Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.
```