Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 401 Bytes

Five-Room-Dungeon--MVP

BareBones README

PROJECT GOALS

++++++++++++++++++++++++++++++++++++++++++

MVP:

  • Player: Movement, attack(no damage applied yet), interact with treasure;
  • Enemy: Movement, attack, population and generation from array in assets.js;
  • Map: parser from assets.js (possible functionality for dynamic maps - needs further revision);
  • Gameplay: Player HP, TORCH, SPEED.