Skip to content

Commit 4184e9a

Browse files
authored
Add totp-gb (#281)
1 parent 26fde6c commit 4184e9a

8 files changed

Lines changed: 37 additions & 0 deletions

File tree

entries/totp-gb/01-main-list.png

1.75 KB
Loading
2.3 KB
Loading

entries/totp-gb/03-settings.png

1.74 KB
Loading

entries/totp-gb/04-time-set.png

2.01 KB
Loading

entries/totp-gb/05-add-name.png

1.74 KB
Loading

entries/totp-gb/game.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"developer": "dmang-dev",
3+
"files": [
4+
{
5+
"default": true,
6+
"filename": "totp-gb.gb",
7+
"playable": true
8+
},
9+
{
10+
"default": false,
11+
"filename": "totp-gbc.gbc",
12+
"playable": true
13+
}
14+
],
15+
"gameLicense": "MIT",
16+
"assetsLicense": "MIT",
17+
"platform": "GB",
18+
"repository": "https://github.com/dmang-dev/totp-gb",
19+
"screenshots": [
20+
"01-main-list.png",
21+
"02-view-account.png",
22+
"03-settings.png",
23+
"04-time-set.png",
24+
"05-add-name.png"
25+
],
26+
"slug": "totp-gb",
27+
"tags": [
28+
"Open Source"
29+
],
30+
"title": "totp-gb",
31+
"typetag": "tool",
32+
"description": "TOTP (RFC 6238) two-factor authenticator for the original Game Boy, Game Boy Color, and Super Game Boy. Stores up to 8 accounts in MBC3+TIMER+RAM+BATTERY cart SRAM, uses the MBC3 hardware RTC for time, and ships a procedurally-generated SGB border with palette enhancements when run on a Super Game Boy. Two ROMs: a unified DMG/SGB build and a GBC-only build with palette swaps.",
33+
"ai_disclosure": {
34+
"assets": false,
35+
"code": "assisted"
36+
}
37+
}

entries/totp-gb/totp-gb.gb

32 KB
Binary file not shown.

entries/totp-gb/totp-gbc.gbc

32 KB
Binary file not shown.

0 commit comments

Comments
 (0)