Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 581 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 581 Bytes

The Hyrule Castle

The Hyrule Castle is a small CLI RPG game based on the Zelda universe. It is a school project presentend as the end-project of the first three weeks of onboarding.

It features character randomization (main player and ennemies) and basic game customization (difficulty level and number of floors).

Facing an ennemy, you can attack, heal, escape or protect.

Game set-up

Install npm dependencies with npm install, compile the project with npm run build, and launch the hyrule_castle.js file from the build/main folder.

Play !