2018-07-23 17:18:27 +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-23 16:44:02 +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
  • 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

@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%