A text-adventure and turn-based combat role playing game that uses vanilla ReactJS. A player can create a character and embark on a noble quest across a fantasy universe to regain $14 loaned to an old nemesis. Character creation and player HUD was developed by Sean McNeely, the items menu and item functionality was developed by Mikhail Misenas, and I developed the story, gameplay mechanics and turn-based combat.
To view the site without downloading locally, browse the site hosted on Heroku
If you have Node v. 6 or higher, run in the CLI after downloading "npm install" then "npm start"
This project was bootstrapped with Create React App.
MinusGix created a basic React RPG template that we used as a starting point for our project. Thank you, MinusGix.