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

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.

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/