https://github.com/bytekeeper/eternalspace
https://github.com/bytekeeper/eternalspace
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytekeeper/eternalspace
- Owner: Bytekeeper
- Created: 2016-10-17T18:36:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T21:49:53.000Z (over 9 years ago)
- Last Synced: 2025-02-25T09:20:46.577Z (over 1 year ago)
- Language: Java
- Size: 14.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EternalSpace
A little project to train game making. To simplify things, I use an existing game as inspiration:
Endless sky - https://endless-sky.github.io/ - a really good game!
Some basic mechanics are working:
* Flying around
* Landing (with some quirks)
* Jumping to other systems
* Asteroids collide with each other and projectiles, but not with ships
* Collision and physics are determined by the outline of ships/objects
* Basic mission system
* Dialogs and choices
* Checks for completion
* Basic modification on success/failure event


