diff --git a/res/projects/ff.png b/res/projects/ff.png new file mode 100644 index 0000000..72a22d0 Binary files /dev/null and b/res/projects/ff.png differ diff --git a/res/projects/foefrenzy.png b/res/projects/foefrenzy.png deleted file mode 100644 index 0d35c9d..0000000 Binary files a/res/projects/foefrenzy.png and /dev/null differ diff --git a/scripts/projects.js b/scripts/projects.js index 53880ef..dcaa313 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -1,4 +1,13 @@ const projects = [{ + 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. It's currently in development, but I plan on releasing it somewhere around the start of 2020.", + links: { + "itch.io page": "https://ellpeck.itch.io/foefrenzy" + }, + status: "In development", + icon: "ff" + }, + { name: 'Actually Additions', desc: 'Actually Additions is a rather popular Minecraft mod that I used to work on. It\'s become widely known in the modding community and has reached over 10 million downloads by now, which is crazy. I don\'t work on it anymore myself, but it\'s being maintained for current versions by someone else.', links: {