Skip to content

A* pathfinding and a waypoint system implemented in javascript with a simple HTML5 canvas game made over the weekend.

Notifications You must be signed in to change notification settings

jessemc98/waypoint

Repository files navigation

Waypoint

Just a fun project done over a weekend to experiment with implementing a waypoint system and pathfinding in javascript.

Demo

Working demo is available here.

Installing

Clone this repository and then run npm install to install the required dependencies.

npm run serve serves a development server on localhost:3000 with a playable prototype of the game.

npm start runs webpack with the --watch param to handle bundling of es6 modules.

About

A* pathfinding and a waypoint system implemented in javascript with a simple HTML5 canvas game made over the weekend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published