Skip to content

chukwuemekachm/mario-maze

Repository files navigation

mario-maze

Netlify Status License: MIT

A simple maze game in ReactJS

Screenshot 2019-09-27 at 10 19 02 AM

Getting Started

To setup mario-maze, the following should be installed on your machine.

Installation

If you have all the prerequisites you can use the steps below to setup mario-maze locally.

Clone mario-maze
  • 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
Install Dependencies
  • Run the commands below to install the required node dependencies
npm install yarn -g
yarn install

Usage

  • To start/launch up your newly installed mario-maze run
yarn start
  • Your default browser should open a new tab on port 8080

Built With

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details