diff --git a/site/src/pages/showcase/_data.ts b/site/src/pages/showcase/_data.ts index 2105e10df..897e9ffed 100644 --- a/site/src/pages/showcase/_data.ts +++ b/site/src/pages/showcase/_data.ts @@ -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' @@ -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, diff --git a/site/src/pages/showcase/images/sum-monsters.png b/site/src/pages/showcase/images/sum-monsters.png new file mode 100644 index 000000000..d42a0ba81 Binary files /dev/null and b/site/src/pages/showcase/images/sum-monsters.png differ