A simple maze game in ReactJS
To setup mario-maze, the following should be installed on your machine.
If you have all the prerequisites you can use the steps below to setup mario-maze locally.
- Open your terminal and
cd
to the directory where you will like to download mario-maze, then run
git clone https://github.com/chukwuemekachm/mario-maze.git
- Change to the mario-maze directory
cd mario-maze
- Run the commands below to install the required
node
dependencies
npm install yarn -g
yarn install
- To start/launch up your newly installed mario-maze run
yarn start
- Your default browser should open a new tab on port
8080
- Chima Chukwuemeka @chukwuemekachm
This project is licensed under the MIT License - see the LICENSE.md file for details