Skip to content

Commit 7f70489

Browse files
committed
Add Thumby Color to database
1 parent 3823467 commit 7f70489

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

database/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ Speed dating sim for snakes written in CircuitPython for the Fruit Jam
9999
- Code Repository: [relic-se/Fruit_Jam_Ssspeed_Dating](https://github.com/relic-se/Fruit_Jam_Ssspeed_Dating)
100100
- Author: [Cooper Dalrymple](https://github.com/relic-se)
101101

102+
### ![ThumbyColor icon](https://raw.githubusercontent.com/relic-se/Fruit_Jam_ThumbyColor/main/icon.bmp) ThumbyColor
103+
104+
Play Thumby Color games on the Adafruit Fruit Jam using this API translation layer
105+
106+
![Screenshot of the game picker of the Thumby Color application on the Adafruit Fruit Jam](https://raw.githubusercontent.com/relic-se/Fruit_Jam_ThumbyColor/main/assets/screenshot.jpg)
107+
108+
- Playground Guide: [https://adafruit-playground.com](https://adafruit-playground.com)
109+
- Latest Release: [Download](https://github.com/relic-se/Fruit_Jam_ThumbyColor/releases/latest)
110+
- Code Repository: [relic-se/Fruit_Jam_ThumbyColor](https://github.com/relic-se/Fruit_Jam_ThumbyColor)
111+
- Author: [Cooper Dalrymple](https://github.com/relic-se)
112+
102113
## Screensavers
103114

104115
### ![Mystify icon](https://raw.githubusercontent.com/relic-se/Fruit_Jam_Screensaver_Mystify/main/icon.bmp) Mystify

database/applications.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"RetiredWizard/pac-fruitjam",
1111
"Flobio75/Pyboom",
1212
"relic-se/Fruit_Jam_Pong",
13-
"relic-se/Fruit_Jam_Ssspeed_Dating"
13+
"relic-se/Fruit_Jam_Ssspeed_Dating",
14+
"relic-se/Fruit_Jam_ThumbyColor"
1415
],
1516
"Screensavers": [
1617
"relic-se/Fruit_Jam_Screensaver_Mystify"

0 commit comments

Comments
 (0)