reorder some projects

This commit is contained in:
Ellpeck 2020-04-03 01:48:32 +02:00
parent 245f89706e
commit c92e5eca54
1 changed files with 11 additions and 11 deletions

View File

@ -7,15 +7,6 @@ const projects = [{
status: "Released", 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: 'Actually Additions', 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.', 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.',
@ -45,6 +36,15 @@ const projects = [{
status: "Side project", status: "Side project",
icon: "mlem" icon: "mlem"
}, },
{
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: "On hold",
icon: "wildwood"
},
{ {
name: "Tetro", 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.", 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.",
@ -57,12 +57,12 @@ const projects = [{
}, },
{ {
name: 'Rock Bottom', name: 'Rock Bottom',
desc: 'Rock Bottom is a game I used to work on. It\'s a 2D-sidescrolling sandbox game with a storyline that has multiplayer support, a modding API and a lot more fun stuff. I don\'t work on it anymore, but I made it open source and some of my friends started working on it.', desc: 'Rock Bottom is a game I used to work on. It\'s a 2D-sidescrolling sandbox game with a storyline that has multiplayer support, a modding API and a lot more fun stuff. It\'s not being developed anymore.',
links: { links: {
'Website': 'https://rockbottomgame.com', 'Website': 'https://rockbottomgame.com',
'Code on GitHub': 'https://github.com/RockBottomGame' 'Code on GitHub': 'https://github.com/RockBottomGame'
}, },
status: 'Maintained', status: 'Cancelled',
icon: 'rb' icon: 'rb'
} }
]; ];