https://github.com/danielinoa/bouncy
https://github.com/danielinoa/bouncy
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielinoa/bouncy
- Owner: danielinoa
- Created: 2014-01-15T19:09:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T19:16:03.000Z (over 12 years ago)
- Last Synced: 2025-08-23T21:19:01.828Z (10 months ago)
- Language: Java
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bouncy
======
This is a simple game where the user uses the left and right arrow keys to move the ball about the screen.
The objective of the games is to collect as many coins as possible while alive.
At the beginning of the game the first 7 platforms are placed one after the other
so the player can have a chance to play. After the first 7 platforms, the platforms are randomly generated by Java.
The way the player dies is by falling of the platform.