Skip to content

Mario Maze Eating Game built with React, JavaScript, HTML, CSS and Material UI. For Hackerbay Challenge

Notifications You must be signed in to change notification settings

johnchristotle/mario-maze-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributor Issues

Mario Maze Game

React/Material-ui Explore the docs »

· Report Bug · Request Feature

Live version of the game:

https://maze-eating-game.vercel.app

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.

Arrow 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/mario-maze-game.git

Move into the cloned folder

 cd mario-maze-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/mario-maze-game

Author

Christotle Agholor (c) 2022

About

Mario Maze Eating Game built with React, JavaScript, HTML, CSS and Material UI. For Hackerbay Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published