Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 488 Bytes

2d-game-pathfinding-bot

2d-game-pathfinding-bot is an implementation of a 2d game bot using pathfinding.

alt text

Install

npm i

How to run

Just open index.html file on your browser.

** Click on the black part of the screen to change the player position.

How to run in development mode

npm run dev 
# Change the code and reload the page to update.