Bounce Game
- 4 Devlogs
- 9 Total hours
small game about a ball bouncing along walls. No web demo currently :( (Java lol). You can download the jar file and run it if you'd like.
small game about a ball bouncing along walls. No web demo currently :( (Java lol). You can download the jar file and run it if you'd like.
I didn’t really add much just cleared up some code and made the pause system better (I tried to add a blur effect and failed so its just a text box now :P). However I plan to try some new things rather than working forever on this test project, as it is incredibly cumbersome to work in Java. I want to learn python, which I have minimal experience in (even though its the most popular language, I know). End.
Additions
Plans
Additions
Plans
DEVLOG 1
using java to make a game (flame me all you want)
-started with making a ball bounce along the screen
-added separate collision shape object to allow rectangular walls to be put anywhere
-added ball class to allow multiple balls at once
-added pause functionality (no visual indication yet however, only movement stops)
-plan to add dynamic wall placement as the game is running using the mouse