Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Sep 21, 2023
1 parent c7c3c57 commit 02ec986
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
![main](https://github.com/path-visualiser/app/actions/workflows/main.yml/badge.svg)

# Path Search Visualiser
<br></br>

[Open the App](https://path-visualiser.github.io/app)
![logo64](./docs/assets/22-09-2023/logo64.png)

# Waypoint

Waypoint is a visualiser and debugging tool for pathfinding
search.

[Open Waypoint](https://path-visualiser.github.io/app)

## Start Development Server

```bash
git clone https://github.com/path-visualiser/app
cd ./app
npm i
npm start
```

## Changelog

[View Changelog](./docs/changelog.md)

## Releases

[View Releases](https://github.com/path-visualiser/app/releases)

0 comments on commit 02ec986

Please sign in to comment.