Skip to content

h4570/pathfinding

Repository files navigation

Contributors MIT License


sample

Pathfinding with A* algorithm

About the project

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

Technology stack

Prerequisites

To install this project you need to:

  1. Pull this repository
  2. In project directory -> install npm dependencies:
npm install

Getting Started

To run this project you need to:

  1. In project directory -> start parcel.js
npm run live
  1. Open http://localhost:1234 in your web browser

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Project Link: https://github.com/h4570/pathfinding

Stargazers repo roster for h4570/pathfinding