A Java game made from scratch - JCE Game dev course
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sagi Dayan 199823facc Merge branch 'master' of https://github.com/sagidayan/AngryFlappyBird 7 years ago
src Testing New GraphicsCompatibility 7 years ago
.gitignore Initial commit 7 years ago
README.md Create README.md 7 years ago

README.md

AngryFlappyBird

School task - Flappy bird written in java

screenshot from 2016-01-24 10-47-00

This game is written from skratch, no third party libraries.

If you are a new Java Developer who wants to lern a little about 2d game development, this source code might help you understand how the basic java graphics can work.