This is a graphic adventure maze game, made with react-redux. Aim of the game is to get out of the maze with the most amount of wealth(gold).
How to setup the game running on your local machine:
Node(10.18.1) + NPM (6.13.4) installed - Minimum versions listed
Setup instructions
- In the root of project run
npm install
- Then start the dev server
npm start
To make sure our core systems still work, there are broken map configs in the map folders, they will cause expected errors in the application to make sure it works.
MIT