Skip to content

Latest commit

 

History

History
34 lines (34 loc) · 926 Bytes

README.md

File metadata and controls

34 lines (34 loc) · 926 Bytes
  • Map
    • floor
    • objects
    • effects
    • ...
  • Player
    • Races (Human, Elf, Orc...)
    • Attack (BassicAttack, RangeAttack, AOEattck...)
    • Exp an level up
    • Skills (Race skills and class skills)
    • Class (Warrior, Mage, Knight, Sniper)
  • Graphics (use html canvas for now, may switch to 2D game engine)
    • Login Page (type name, choose race)
    • Attack Effect
    • Minimap
    • Info panel (need improve)
    • Floor and player
    • potions
    • Enemies
    • ...
  • objects
    • potions (hp, attack, defence)
    • ...
  • Enemies
    • different enemies
    • ...
  • Functional
    • Move and comsume potion
    • Attack and kill
    • Space to restart (@b232wang)
    • Enemy's move
    • Notify after enemy's move
    • Enemy's attack
    • ...