This commit is contained in:
parent
fb7c50f3e5
commit
ce53db6863
1 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,4 @@
|
||||||
const projects = [{
|
const projects = [{
|
||||||
name: 'Touchy Tickets',
|
|
||||||
desc: "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions. It'll probably be released for iOS at some point, too.",
|
|
||||||
links: {
|
|
||||||
'Google Play': "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets"
|
|
||||||
},
|
|
||||||
status: "In development",
|
|
||||||
icon: 'tt'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
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 30 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 30 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.',
|
||||||
links: {
|
links: {
|
||||||
|
@ -45,6 +36,15 @@ const projects = [{
|
||||||
status: "Side project",
|
status: "Side project",
|
||||||
icon: "mlem"
|
icon: "mlem"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Touchy Tickets',
|
||||||
|
desc: "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions.",
|
||||||
|
links: {
|
||||||
|
'Google Play': "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets"
|
||||||
|
},
|
||||||
|
status: "Released",
|
||||||
|
icon: 'tt'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
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.",
|
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.",
|
||||||
|
|
Loading…
Reference in a new issue