Skip to content

matskuman5/goldrush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple TypeScript app that receives maze information from a websocket, solves the maze, then sends messages to the socket to move player in the maze according to the solution. The maze is solved with the A* algorithm, and the amount of moves required is reduced by moving diagonally when possible.

Developed in January 2024 as a pre-assignment for Monad.

About

Maze solver with WebSockets and A*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published