diff --git a/res/projects/wildwood.png b/res/projects/wildwood.png new file mode 100644 index 0000000..885ae1c Binary files /dev/null and b/res/projects/wildwood.png differ diff --git a/scripts/projects.js b/scripts/projects.js index a18d9dd..9ef15f6 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -1,12 +1,21 @@ 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, and it will be released in December 2019.", + 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.", links: { "Check it out": "/foefrenzy" }, - status: "In development", + status: "Released", icon: "ff" }, + { + name: "Wildwood Quest", + desc: "Wildwood Quest is a game in development about an adventurer who arrived in a small town in the forest. Help the citizens and yourself by fighting bad guys, farming crops, beekeeping, crafting and a lot more.", + links: { + "Check it out": "https://ellpeck.itch.io/wildwood-quest" + }, + status: "In development", + icon: "wildwood" + }, { name: "MLEM", desc: "MLEM is short for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame. It's a set of NuGet packages that make creating games with the .NET-based framework MonoGame a lot easier. MLEM includes a user interface system, a bunch of extension methods, a simple startup class and more.",