• Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    Assembly
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A flappy bird using asm language with QLearning method

AsmFlappyBird

A flappy bird version writen in asm language with Q Learning method.

Environment

OS: Windows 10 64-bits

complier: MASM (recommend using RadASM)

Usage

Just tap SPACE-KEY to start!

If you want to train your own model, press 'a' or click 'Mode' to switch to auto mode.

When the model is good enough, save model using 'File -> Save'; you can also load the last model using 'File -> Load'

Image

Thanks to

  1. Yang Lei's project
  2. SarvagyaVaish's work