Recreating the oh so famous FlappyBird game in Java. Using built in libraries. It's not finished yet ! The code will be commented soon.. feel free to contribute in the project :)
- Space Bar
##How to compile/run the game:
- Java runtime installed (to run it)
- Java SDK (to compile it)
- Click on Download Zip link in the right of the page
- Unzip the project
- run the script I made (=>run.sh) to compile + run: ** open the terminal ** go to the folder you just unzipped using the cd command ** type: bash run.sh
- Collision with floor
- Tubes Spawning
- Tubes Movement
- Bird Movement
Often you have to run the game a couple of time before the images appear -> Something is probably wrong with image buffering