julien Lengrand-Lambert 6dbdd4a9e2 Merge pull request #3 from jlengrand/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.2.0 to 6.4.1
2020-03-15 15:42:21 +01:00
2019-07-20 10:54:19 +02:00
2019-07-20 10:54:19 +02:00
2019-07-20 10:54:19 +02:00
2019-07-20 11:11:15 +02:00
2019-07-20 10:54:19 +02:00
2018-07-22 23:34:48 +02:00
2019-07-20 11:37:20 +02:00
2019-07-20 11:37:20 +02:00
2019-07-20 11:53:20 +02:00
2019-07-20 10:54:19 +02:00

elm-dungeon

Simple dungeon tile based game written in Elm

Netlify Status

Demo

You can try the game here.

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

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