Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s4ke/sinetastic
"Space Shooter" written from scratch in Java. ~3 day project.
https://github.com/s4ke/sinetastic
Last synced: 15 days ago
JSON representation
"Space Shooter" written from scratch in Java. ~3 day project.
- Host: GitHub
- URL: https://github.com/s4ke/sinetastic
- Owner: s4ke
- License: apache-2.0
- Created: 2015-02-23T21:05:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T14:45:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T04:58:48.364Z (18 days ago)
- Language: Java
- Homepage:
- Size: 2.16 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SineTastic
Space Shooter meets Math.The original intent for this game was to produce a playable software without using any graphical assets.
Controls:
- Arrow Keys for Movement
- Space Bar for Shooting
- R for Restart/ReviveSome interesting ideas that didn't make it into the game because the focus was to get something playable and not something perfect:
- Ability for the player to specify the shots the ships fire via a mathematical equation
- Ability for the player to enter a mathematical equation to specify the shape of the ship
- More complex enemy types that are defined by mathematical equations.Therefore the current game might be considered a technical demo and not a full game.
[Download here](https://github.com/s4ke/SineTastic/releases)
![Current State](preview.jpg "Current State")