https://github.com/vronnn/college-run
A Java based 2D game for my final project
https://github.com/vronnn/college-run
Last synced: 2 months ago
JSON representation
A Java based 2D game for my final project
- Host: GitHub
- URL: https://github.com/vronnn/college-run
- Owner: vronnn
- Created: 2022-12-02T14:48:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T16:30:55.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:28:16.983Z (4 months ago)
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College Run
A Java based 2D game made by :
- Muhammad Zhafran (5025211100)
- Mohammad Zhafran Dzaky (5025211142)
for our Object Oriented Programming class's final project## Description
This game has a story about a college student who went to college and then meet many obstacles on the way.
The gameplay is about a Ball(as College Student) that got throwed as powerful as possible and then made an arc of parabolic movement in the air.
The Ball bounce when it touch the ground and then continue the movement with less speed as before.
Game is over when the Ball stop moving.
To make this game exciting, we made obstacles that have many effects such as increasing the speed of the Ball, decreasing the speed, and stop the Ball.
There is score in this game. You can win the game when you reach +-400 in score.