mirror of
https://github.com/jlengrand/elm-dungeon.git
synced 2026-03-10 08:11:19 +00:00
4a784356b0313d447c1b3b83daec8fedb8d759cf
elm-dungeon
Simple dungeon tile based game written in Elm
Demo
You can try the game here or here
Install
yarn install
Run development
yarn dev
Compilation (compiles to the doc folder)
yarn prod
It will open a browser
Stuff still to be implemented (Spoiler : Almost everything)
- Mobile friendly controls
- Mobile friendly view
- Detroy WeaponComponents instead of setting the durability to 0. This will allow to change the weapon type, ...
- Refactor duplications
- Traps
- Chests
- Coins have a value (currently always 1)
- Enemies have a strength (currently always 1)
- Actual textures
- Weapon and Enemy types
- Tile movement system / generator (with increasing difficulty)
License
MIT
Thanks to
Languages
Elm
79.5%
JavaScript
14.9%
CSS
2.9%
HTML
2.7%