Skip to content

A flappy bird using asm language with QLearning method

Notifications You must be signed in to change notification settings

guyue55/AsmFlappyBird

 
 

Repository files navigation

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

About

A flappy bird using asm language with QLearning method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%