Skip to content

Commit

Permalink
docs: Add pathfinding sample
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed May 7, 2024
1 parent 70e8eed commit ab32d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/src/pages/samples/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ import sampleTiled from './images/tiled.gif'
import sampleGrid from './images/grid.gif'
import sampleTactics from './images/tinytactics-small.gif'
import sampleHtml from './images/html.gif'
import samplePathfinding from './images/pathfinding.gif'

export default [
{
title: 'Pathfinding',
image: samplePathfinding,
description: 'Sample using the pathfinding plugin with A* and Dijkstra!',
url: 'https://excaliburjs.com/sample-pathfinding',
source: 'https://github.com/excaliburjs/sample-pathfinding',
},
{
title: 'UI with HTML/CSS/JS',
image: sampleHtml,
Expand Down
Binary file added site/src/pages/samples/images/pathfinding.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab32d4e

Please sign in to comment.