diff --git a/res/projects/foefrenzy.png b/res/projects/foefrenzy.png new file mode 100644 index 0000000..0d35c9d Binary files /dev/null and b/res/projects/foefrenzy.png differ diff --git a/scripts/projects.js b/scripts/projects.js index 19d2a6a..4c6b3fc 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -7,10 +7,19 @@ const projects = [{ }, 'icon': 'na' }, + { + "name": "Foe Frenzy", + "desc": "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor. I explained my development process for the game in a blog post. Development is currently on hold, but I plan on continuing it soon.", + "status": "On hold", + "links": { + "Read the post": "https://ellpeck.de/#blog-small_projects" + }, + "icon": "foefrenzy" + }, { "name": "Tetro", "desc": "Tetro is a Tetris clone I wrote in an afternoon and a bit. You can play it in the browser. It also features multiple game piece designs and some custom game modes. It was pretty fun to make, and it's pretty fun to play.", - "status": "In development", + "status": "Finished", "links": { "Play it": "https://ellpeck.github.io/Tetro", "Code on GitHub": "https://github.com/Ellpeck/Tetro"