Skip to content

A game that allows users to connect to a shared game board with obstacles and walk around.

Notifications You must be signed in to change notification settings

ondrej-kvasnovsky/walkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walkers

A "game" that allows users to connect to a shared game board with obstacles and walk around. The green dot is you and the red dots are the other players. The gray dots are the obstacles.

Watch the demo

Implementation details

  • it is using A* algorithm to find the shortest path from a start point to an end point
  • it is using web sockets to share user position and update position of other players
  • it is using JavaScript, NodeJS, SocketIO and P5 libraries

How to run the app

Clone it on local and run npm install and npm run. The app will be available on http://localhost:3000.

About

A game that allows users to connect to a shared game board with obstacles and walk around.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published