Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

MAZE GAME

Overview

  • So this is a maze game which lets user play along, strategies a path, and then eventually reach the target.

  • The game starts with certain set of grid lines appearing in front of the user, beyond which there is some target to be reached.

Image of Start

So once the user is able to tackle the obstacles and reach the target user wins

Image of end

Stack

  • Javascript

    • Vanilla JS is used along with Matter to create those grid rigid objects
  • CSS

  • HTML