https://github.com/s4ke/sinetastic
"Space Shooter" written from scratch in Java. ~3 day project.
https://github.com/s4ke/sinetastic
Last synced: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T14:45:10.000Z (over 3 years ago)
- Last Synced: 2025-04-02T21:12:36.474Z (3 months ago)
- Language: Java
- Homepage:
- Size: 2.16 MB
- Stars: 3
- Watchers: 2
- 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)
