Skip to content

LazyCoder16/maze-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Game

Overview

This app is made using react. It generates a random maze of different sizes based on the difficulty chosed. Project by Abhishek Jain.
The app is running live at: https://lazycoder16.github.io/maze-game/
Here is a screenshot of the app:
Alt text

Code structure

Box.js Component for each cell in the grid
Board.js Component for rendering the game board
Dropdown.js Component for the dropdown for choosing the difficulty
Game.js Consists of the game state, passes props to other components and renders everything together

External links

Wikepedia article on maze generation: https://en.wikipedia.org/wiki/Maze_generation_algorithm
Growing Tree Algorithm: http://weblog.jamisbuck.org/2011/1/27/maze-generation-growing-tree-algorithm.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published