Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/Revive

Some 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")