https://github.com/hcarty/tinymicro-survivor-game
A micro (almost?) game written in orx
https://github.com/hcarty/tinymicro-survivor-game
Last synced: 17 days ago
JSON representation
A micro (almost?) game written in orx
- Host: GitHub
- URL: https://github.com/hcarty/tinymicro-survivor-game
- Owner: hcarty
- License: zlib
- Created: 2023-06-02T04:31:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:46:58.000Z (over 2 years ago)
- Last Synced: 2025-03-02T22:41:45.155Z (over 1 year ago)
- Language: C++
- Size: 5.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Micro Survivor
A tiny micro game where the player wanders around, trying to avoid a constant
stream of pursuing mobs.

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