Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-rogue

Based on the udemy course React - Learn React with Hooks by creating a Roguelike game

Map generated with: rot-js

image

Commands

  • Use WASD or arrows to move around
  • Search the stair (>) to change dungeon floor. When you change floor, your health is restored.
  • Press SPACE to use healing potion and restore 1 health
  • Each Long Sword in your inventory increases your attack power of 1.
  • Each Light Armor absorbs 1 attack, then gets destroyed.
  • Each 5 floors, the demon king will appear. Defeat him to proceed.

TODO

  • Shop for coins