Julien Lengrand-Lambert 84877ed806 Update method name
2018-07-30 11:26:00 +02:00
2018-07-30 11:26:00 +02:00
2018-07-30 11:26:00 +02:00
2018-07-20 12:45:04 +02:00
2018-07-23 01:17:14 +02:00
2018-07-22 23:34:48 +02:00
2018-07-23 01:30:46 +02:00
2018-07-26 21:53:42 +02:00
2018-07-20 12:45:04 +02:00
2018-07-23 01:26:57 +02:00

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

@JordyMoos for all the help

Description
No description provided
Readme MIT 804 KiB
Languages
Elm 79.5%
JavaScript 14.9%
CSS 2.9%
HTML 2.7%