https://github.com/avahe-kellenberger/astroships
Asteroids-like Battle Arena (in development)
https://github.com/avahe-kellenberger/astroships
asteroids game nim
Last synced: 26 days ago
JSON representation
Asteroids-like Battle Arena (in development)
- Host: GitHub
- URL: https://github.com/avahe-kellenberger/astroships
- Owner: avahe-kellenberger
- Created: 2020-10-20T02:41:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T20:33:13.000Z (over 5 years ago)
- Last Synced: 2025-11-30T01:53:37.561Z (7 months ago)
- Topics: asteroids, game, nim
- Language: Nim
- Homepage:
- Size: 249 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astroships
Astroships is an in-progress game under Einheit Technologies. The game is originally written in TypeScript, and is being ported to [Nim](https://nim-lang.org/). The game is being ported to Nim for performance, and to have a native client.
See the original game [here](https://astroships.einheit.tech/) (unfinished).
### Controls:
- `left click`: Shoot
- `w`: Thrust
- `s`: Slow down
# Gameplay
Astroships is an online battle area arcade-style game. Players destroy asteroids to collect resources in order to level up, and obtain power-ups (such as missiles, huge speed boosts, and shields).
Leveling up increases your max health, and the size of your ship. The player with the highest level is listed on the leaderboard - it is your goal to reach the highest level, and destroy all others in your path.
If you are blown up, you lose all progress and must start over from the beginning.