Skip to content

Commit

Permalink
docs: add sum monsters to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Apr 16, 2024
1 parent 582fbcc commit bb746a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site/src/pages/showcase/_data.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sumMonstersImage from './images/sum-monsters.png'
import beachBreachImage from './images/beachbreach.png'
import meerkatticaImage from './images/meerkattica.png'
import showMustGoOnImage from './images/show.png'
Expand All @@ -14,6 +15,14 @@ import retroSkiImage from './images/retroski.png'
import excalifarm from './images/excalifarm.png'

export default [
{
title: 'Sum Monsters',
image: sumMonstersImage,
description:
'Play the mathimagical game where you arrange monsters to complete the dungeon’s sum-mons. May Trix the Witch is doing all she can to bring the dungeon to order!',
url: 'https://excaliburjs.com/ludum-55/',
source: 'https://github.com/excaliburjs/ludum-55',
},
{
title: 'Excali-Farm',
image: excalifarm,
Expand Down
Binary file added site/src/pages/showcase/images/sum-monsters.png
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 bb746a2

Please sign in to comment.