added wildwood
This commit is contained in:
parent
28740f29e8
commit
fdb3d425ea
2 changed files with 11 additions and 2 deletions
BIN
res/projects/wildwood.png
Normal file
BIN
res/projects/wildwood.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -1,12 +1,21 @@
|
||||||
const projects = [{
|
const projects = [{
|
||||||
name: "Foe Frenzy",
|
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: {
|
links: {
|
||||||
"Check it out": "/foefrenzy"
|
"Check it out": "/foefrenzy"
|
||||||
},
|
},
|
||||||
status: "In development",
|
status: "Released",
|
||||||
icon: "ff"
|
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",
|
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.",
|
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.",
|
||||||
|
|
Loading…
Reference in a new issue