diff --git a/main/_data/projects.json b/main/_data/projects.json index a072bcf..58fed6f 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -138,5 +138,20 @@ ], "status": "Released", "icon": "tt" + }, + { + "name": "⚔️ Foe Frenzy", + "desc": "Foe Frenzy is a small party game where you battle up to three of your friends with random, short-lasting items. I initially released this game as local-only right before the pandemic, so it never had a chance to become popular. I'm still quite fond of it though, and you can buy it for a few bucks and even play online now, too.", + "links": [ + { + "name": "Steam", + "link": "https://store.steampowered.com/app/1194170/Foe_Frenzy/" + }, { + "name": "itch.io", + "link": "https://ellpeck.itch.io/foefrenzy" + } + ], + "status": "Released", + "icon": "ff" } ] diff --git a/main/res/projects/ff.png b/main/res/projects/ff.png new file mode 100644 index 0000000..bef99d7 Binary files /dev/null and b/main/res/projects/ff.png differ