julien Lengrand-Lambert 8c16d266c2 Merge pull request #4 from jlengrand/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-12 11:19:55 +02: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%