/AsmFlappyBird

A flappy bird using asm language with QLearning method

Primary LanguageAssembly

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