https://github.com/hcarty/tinymicro-shmup
Tiny micro vertical shooter game prototype made with orx
https://github.com/hcarty/tinymicro-shmup
Last synced: 10 days ago
JSON representation
Tiny micro vertical shooter game prototype made with orx
- Host: GitHub
- URL: https://github.com/hcarty/tinymicro-shmup
- Owner: hcarty
- License: zlib
- Created: 2023-06-17T19:44:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T03:03:15.000Z (almost 3 years ago)
- Last Synced: 2025-11-27T23:43:28.520Z (7 months ago)
- Language: C++
- Size: 991 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Micro Shmup
A tiny micro game where the player shoots things with a plane, trying to avoid
a constant stream of angry planes and their shots.

- Score is based on ???
- Health is shown ??? and slowly replenishes over time
## Libraries and assets
This game is made with the [orx game engine](https://orx-project.org) and uses
assets from [Kenney](https://kenney.nl).
## Licenses
### Game
This game is distributed under the [zlib license](LICENSE), the same license as
orx.