React/Material-ui
Explore the docs »
·
Report Bug
·
Request Feature
- About the Project
- Play
- Screenshots
- Prerequisites Installations
- Technology used
- Usage/Getting Started
- Live Version
- Roadmap
- License
- Authors
Simple Mario Maze Game built with React, and Material UI. It is a game that is intended for anyone who enjoys solving puzzles and gaming.
In this project, the complete feature of the app renders the following:
- Render the board in the number of squares given by the user
- Place your player roughly in the center of the board.
- Generate the Hamburger Sprites randomly on the board.
- Count the steps it takes for the player to eat all the Hamburger sprites on the board.
To play use the arrow keys.
If you want a copy of this project running on your machine you have to install:
- Node.js
- React
- Material-ui
- yarn
- CSS
- ES6
- Lodash
Once you have installed the required package shown on the Prerequisites Installations, proceed with the following steps
Clone the Repository,
git clone https://github.com/johnchristotle/maze-eating-game.git
Move into the cloned folder
cd maze-eating-game
Get the dependencies needed for the app
npm install
Start the server and use the app
npm start
To view this project live on Gitpod, follow these steps:
- create an account in
gitpod.io
- after ceating account, click this link to deploy https://gitpod.io/#github.com/johnchristotle/maze-eating-game
Christotle Agholor (c) 2022