This project is a short example of implementation A* pathfinding algorithm paired with three.js and ECS component system (standard design pattern for game engines).
To install this project you need to:
- Pull this repository
- In project directory -> install npm dependencies:
npm install
To run this project you need to:
- In project directory -> start parcel.js
npm run live
- Open http://localhost:1234 in your web browser
Distributed under the Apache License 2.0 License. See LICENSE
for more information.
Project Link: https://github.com/h4570/pathfinding