Skip to content

silentrald/flappy-bird-neat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAT with Flappy Bird (CPP)

Requirements

  • SDL
  • SDL Image
  • C++ Compiler (MingW)
  • CMAKE

For Linux Installs

sudo apt install libsdl2-2.0.0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev cmake

To Run

Linux Machine

# Build Command
sh build.sh

# Run Command
sh run.sh

Credits

  • Background Image: Sharmaine Gaw
  • Macky Sprite: Kysonn Dela Cerna

References

About

Simple NEAT Implementation on Flappy Bird

Topics

Resources

License

Stars

Watchers

Forks