My platformer game
- 4 Devlogs
- 6 Total hours
I am building a mini flappy bird platformer game using Java.
I am building a mini flappy bird platformer game using Java.
I wrote the readme with executables and doubled checked everything is working. Then I pushed the changes to Github, and it should be good to go! However, since this is a Java project, I can’t deploy it to a web browser. So it can only be run on a local PC.
I added a start and a replay button so the user can keep playing the game. The game is working perfectly and now just have to clean up the code and add in some more comments! Also need to work on deployment as well.
I have successfully implemented the game logic and added a score display. Now the game will end whenever the bird falls out of the frame or hit one of the poles.
I started coding my first ever game in Java. I’ve never code anything in Java before, but I’m about to take a course in Java, so I wanna start getting my hands on it early. This will be a very basic platformer game, since I’m just getting started on it, I don’t want to make things very complicated.