mirror of
https://github.com/jlengrand/elm-dungeon.git
synced 2026-03-10 08:11:19 +00:00
8f6d0486cceee12aa73e57dd95341de65c046c8a
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
- Add death!
- Actually use weapons in fights
- Detroy WeaponComponents instead of setting the durability to 0. This will allow to change the weapon type, ...
- Refactor duplications
- Traps
- Chests
- 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%