[READ-ONLY] Mirror of https://github.com/excaliburjs/Excalibur. 🎮 Your friendly TypeScript 2D game engine for the web 🗡️ excaliburjs.com
excalibur excaliburjs game-development game-engine game-framework gamedev games html5-canvas typescript
2

Configure Feed

Select the types of activity you want to include in your feed.

docs: Add pathfinding sample

Erik Onarheim (May 6, 2024, 7:55 PM -0500) ab32d4ea 70e8eedc

+8
+8
site/src/pages/samples/_data.ts
··· 8 8 import sampleGrid from './images/grid.gif' 9 9 import sampleTactics from './images/tinytactics-small.gif' 10 10 import sampleHtml from './images/html.gif' 11 + import samplePathfinding from './images/pathfinding.gif' 11 12 12 13 export default [ 14 + { 15 + title: 'Pathfinding', 16 + image: samplePathfinding, 17 + description: 'Sample using the pathfinding plugin with A* and Dijkstra!', 18 + url: 'https://excaliburjs.com/sample-pathfinding', 19 + source: 'https://github.com/excaliburjs/sample-pathfinding', 20 + }, 13 21 { 14 22 title: 'UI with HTML/CSS/JS', 15 23 image: sampleHtml,
site/src/pages/samples/images/pathfinding.gif

This is a binary file and will not be displayed.