https://github.com/chomosuke/projectrocketc
A time-killer game about a rocket flying in space collecting stars and avoiding planet
https://github.com/chomosuke/projectrocketc
android game game-engine java kotlin
Last synced: 3 months ago
JSON representation
A time-killer game about a rocket flying in space collecting stars and avoiding planet
- Host: GitHub
- URL: https://github.com/chomosuke/projectrocketc
- Owner: chomosuke
- Created: 2018-07-01T23:03:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T23:45:26.000Z (over 5 years ago)
- Last Synced: 2025-07-25T00:41:21.413Z (11 months ago)
- Topics: android, game, game-engine, java, kotlin
- Language: Kotlin
- Homepage:
- Size: 80 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProjectRocketC
### What is this
This is a side project of some random student studying in unimelb. The thing is on google play so you can potientially download it.
It's a game about a rocket flying in space collecting stars and avoiding planet.
### About the development process
The game was first written in Java until about half way I ported it to Kotlin. Apparently Kotlin is a better language than Java (it is newer and more convenient).
This game was written directly on top of opengl (ie without a game engine) until I realized that I've essentially written a costume game engine. Hence I've decoupled the game engine into it's own GitHub repository: https://github.com/chomosuke/PRCAndroid2DGameEngine. You can check it out if you're also interested in a 2D game engine for android.
### Screenshot of The Game
haha too bad for you there isn't any, if you want to know what the game is like download it on Google Play. Just search up Project Rocket and it should be the first one.