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",