diff --git a/main/_data/projects.json b/main/_data/projects.json index 58fed6f..13b2619 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -123,6 +123,18 @@ "status": "Side project", "icon": "mlem" }, + { + "name": "🐧 Waddle", + "desc": "Waddle is a work-in-progress educational game that teaches young people about programming, created by a group of penguin enthusiasts at Uni Ulm's SP Institute. I create the game's pixelart and contribute to the game's design and programming.", + "links": [ + { + "name": "Check it out (German)", + "link": "https://sp2.informatik.uni-ulm.de/waddle" + } + ], + "status": "Team member", + "icon": "waddle" + }, { "name": "🎟️ Touchy Tickets", "desc": "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions. You can download it for free on the Google Play Store, as well as see its public source code.", diff --git a/main/res/projects/waddle.png b/main/res/projects/waddle.png new file mode 100644 index 0000000..73a86a1 Binary files /dev/null and b/main/res/projects/waddle.png differ