https://github.com/deepnight/gmtk20-dumberdwarves
Dumber Dwarves is a 48h game entry for the GMTK 2020 game jam.
https://github.com/deepnight/gmtk20-dumberdwarves
Last synced: 3 months ago
JSON representation
Dumber Dwarves is a 48h game entry for the GMTK 2020 game jam.
- Host: GitHub
- URL: https://github.com/deepnight/gmtk20-dumberdwarves
- Owner: deepnight
- License: other
- Created: 2020-07-11T08:55:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T10:52:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T15:51:17.405Z (over 1 year ago)
- Language: Haxe
- Homepage: https://deepnight.net/games/dumber-dwarves/
- Size: 81.8 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Dumber Dwarves is a dungeon crawler where you can’t control the adventurers directly and they are not the sharpest tool in the shed. Slap them or throw some meat on the battlefield to give your “instructions”.
The game was created in 48h (well, more like 35h) for the GMTK 2020 game jam. The theme was “Out of Control“.
Play it here: https://deepnight.net/games/dumber-dwarves/
## Compiling
You'll need:
* **Haxe** compiler
* **HeapsIO** framework
* my libs: run ``haxelib install deepnightLibs``
It is based on my GameBase repository:
* GitHub: https://github.com/deepnight/gameBase
* Doc: https://deepnight.net/tutorial/using-my-gamebase-to-create-a-heaps-game/