mirror of
https://github.com/jlengrand/elm-dungeon.git
synced 2026-03-10 08:11:19 +00:00
6dbdd4a9e2beb5adfa49bbc4736356017d1ce05a
Bump acorn from 6.2.0 to 6.4.1
elm-dungeon
Simple dungeon tile based game written in Elm
Demo
Install
$ npm install -g create-elm-app
Run development
$ elm-app start
It will open a browser with the latest version
Compilation (compiles to the doc folder)
$ elm-app build
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%