Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briuor/2d-game-pathfinding-bot
2d-game-pathfinding-bot is an implementation of a 2d game bot using pathfinding.
https://github.com/briuor/2d-game-pathfinding-bot
Last synced: 8 days ago
JSON representation
2d-game-pathfinding-bot is an implementation of a 2d game bot using pathfinding.
- Host: GitHub
- URL: https://github.com/briuor/2d-game-pathfinding-bot
- Owner: Briuor
- Created: 2021-04-12T23:43:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T20:54:13.000Z (12 months ago)
- Last Synced: 2024-10-12T12:51:57.908Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2d-game-pathfinding-bot
> **2d-game-pathfinding-bot** is an implementation of a 2d game bot using pathfinding.
![alt text](https://github.com/Briuor/2d-game-pathfinding-bot/blob/master/assets/demopf.gif?raw=true)
## Install
```sh
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
```sh
npm run dev
# Change the code and reload the page to update.
```