Skip to content

Mario Maze Eating Game built with React, JavaScript, HTML, CSS and Material UI. check the README.md file for more details.

Notifications You must be signed in to change notification settings

sugargirl1988/maze-eating-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributor Issues

Mario Maze Game

React/Material-ui Explore the docs »

· Report Bug · Request Feature

Table of Contents

About The Project

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.

Play

To play use the arrow keys.

  • keys

Screenshots

Home

empty-board

Play Board

game-on

Prerequisites Installations

If you want a copy of this project running on your machine you have to install:

Technology used

  • Node.js
  • React
  • Material-ui
  • yarn
  • CSS
  • ES6
  • Lodash

Usage/Getting Started

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

Run on Gitpod

To view this project live on Gitpod, follow these steps:

  1. create an account in gitpod.io
  2. after ceating account, click this link to deploy https://gitpod.io/#github.com/johnchristotle/maze-eating-game

Author

Christotle Agholor (c) 2022

About

Mario Maze Eating Game built with React, JavaScript, HTML, CSS and Material UI. check the README.md file for more details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.4%
  • HTML 14.4%
  • CSS 8.2%