From e834a695a2a61c341ac2ddc81f1403cd27b9ec5b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 25 Jan 2023 19:16:07 +0100 Subject: [PATCH] touchy tickets info update --- main/_data/projects.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main/_data/projects.json b/main/_data/projects.json index 80842cb..eea5c78 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -93,11 +93,15 @@ }, { "name": "🎟️ Touchy Tickets", - "desc": "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions.", + "desc": "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions. It's not available on the Google Play Store right now because of some policy changes that the game hasn't received an update for yet.", "links": [ { - "name": "Google Play", + "name": "Google Play", "link": "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets" + }, + { + "name": "See the code", + "link": "https://git.ellpeck.de/Ellpeck/TouchyTickets" } ], "status": "Released",