From c92e5eca54ba4fe6e35e5e609dd37e56719ddd5c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 3 Apr 2020 01:48:32 +0200 Subject: [PATCH] reorder some projects --- scripts/projects.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/projects.js b/scripts/projects.js index bca38ec..2ba279a 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -7,15 +7,6 @@ const projects = [{ 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: '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.', @@ -45,6 +36,15 @@ const projects = [{ status: "Side project", 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", 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', - 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: { 'Website': 'https://rockbottomgame.com', 'Code on GitHub': 'https://github.com/RockBottomGame' }, - status: 'Maintained', + status: 'Cancelled', icon: 'rb' } ];