/React-Maze-Game

An implementation of the maze game found at https://vimeo.com/219341567 in reactJS

Primary LanguageJavaScript

React Maze Game (FrontEnd Task Solution)


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Install create-react-app Globally using

npm install -g create-react-app

Installation

A step by step series of guide that tell you have to get a development env running

Install dependencies using

npm install

or if you have yarn installed on your local machine run

yarn

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

or if you have yarn installed

yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

npm test

or

yarn test

Launches the test runner in the interactive watch mode.

See the section about running tests for more information.

npm run build

or

yarn build

Builds the app for production to the build folder.

How to Play

Use arrow key to move the mario in the matrix. You have 64 steps to eat all the mashrooms.