Skip to content

turpen2319/emoji-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Maze


Description

Solve the maze before the time runs out! Choose from a variety of characters, including one (for now) AI character that will solve the maze algorithmically. Right now, the maze is represented by an unweighted, undirected graph and implements Deapth First Search to find the goal.

Screenshots

Character Menu:

DFS Path / Win Message:

Mobile UI / Loss Message:

Technologies Used

  • JavaScript
  • JQuery
  • HTML/CSS

Getting Started

  • use arrow keys / tap arrow icons to move

Next Steps

  • Create multiple paths to the goal and incorporate 'slow zones' that take more time to pass through
  • Represent maze as weighted, undirected graph (weights will corelate with slow zones penalty)
  • Implement Dijkstra's algorithm
  • Explore other path-finding algorithms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published