h4570 / pathfinding

A* pathfinding with three.js, parcel.js and ecsy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A* pathfinding with three.js, parcel.js and ecsy

License:Apache License 2.0


Languages

Language:TypeScript 95.6%Language:JavaScript 2.1%Language:HTML 2.0%Language:CSS 0.3%