/DungEon

rot.js roguelike based on RogueBasin Rot.js tutorial.

Primary LanguageJavaScriptMIT LicenseMIT

DungEon

rot.js roguelike based on RogueBasin Rot.js tutorial.

CHANGELOG

09.05.2017:

  • Development of this roguelike has started
  • The code is almost equal to the code in the tutorial
  • Added "glyphs" (colored characters with position). Are they needed?
  • Useful feature: boxes are disappearing after being opened (if they were empty)
  • Added vi keys support
  • Added "skip turn": press . (or 5 on numpad) to skip turn

12.05.2017:

  • REMAKE! Help me to fix bugs, please

14.05.2017:

  • I am rewriting this roguelike again. I have found better tutorial on Coding.Cookies