Skip to content

Commit

Permalink
site: Add Jelly Jumper Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 1, 2024
1 parent fcec226 commit 909c8fb
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 @@ -9,8 +9,16 @@ 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'
import sampleJellyJumper from './images/jelly-jumper.gif'

export default [
{
title: 'Jelly Jumper',
image: sampleJellyJumper,
description: 'High fidelity sample of a platforming game with jump physics inspired by Super Mario World!',
url: 'https://excaliburjs.com/sample-jelly-jumper',
source: 'https://github.com/excaliburjs/sample-jelly-jumper',
},
{
title: 'Pathfinding',
image: samplePathfinding,
Expand Down
Binary file added site/src/pages/samples/images/jelly-jumper.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 909c8fb

Please sign in to comment.