added wildwood

This commit is contained in:
Ellpeck 2019-12-27 23:27:45 +01:00
parent 28740f29e8
commit fdb3d425ea
2 changed files with 11 additions and 2 deletions

BIN
res/projects/wildwood.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -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 <a href=\"http://www.monogame.net/\">MonoGame</a> a lot easier. MLEM includes a user interface system, a bunch of extension methods, a simple startup class and more.",