Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.07 KB

FCC Roguelike Dungeon Crawler Game

- Project description

  • The Roguelike Dungeon Crawler Game is a Project made for FreeCodeCamp's Data Visualization Certification using React and React-Bootstrap.

  • You can play the game using the arrow keys.

  • To interact with the items just press the key in their direction, several times in the case of enemies.

  • You have health, a level, and a weapon.

  • You can pick up better weapons, health packs and XP coins.

  • All the items and enemies on the map are arranged at random.

  • When you fight an enemy, you take turns damaging each other until one of you loses.

  • You do damage based off of your level and your weapon.

  • The enemy does damage based off of its level.

  • Damage is somewhat random within a range.

  • You can advance to next dungeon using the the purple portal in the end of each dungeon.

  • When you find and beat the boss on dungeon nº 4, you win.

  • Good Luck!!!

- Project date: