diff --git a/entries/totp-gb/01-main-list.png b/entries/totp-gb/01-main-list.png new file mode 100644 index 00000000..05aabf96 Binary files /dev/null and b/entries/totp-gb/01-main-list.png differ diff --git a/entries/totp-gb/02-view-account.png b/entries/totp-gb/02-view-account.png new file mode 100644 index 00000000..325d1e52 Binary files /dev/null and b/entries/totp-gb/02-view-account.png differ diff --git a/entries/totp-gb/03-settings.png b/entries/totp-gb/03-settings.png new file mode 100644 index 00000000..689b83b9 Binary files /dev/null and b/entries/totp-gb/03-settings.png differ diff --git a/entries/totp-gb/04-time-set.png b/entries/totp-gb/04-time-set.png new file mode 100644 index 00000000..ebc39a8b Binary files /dev/null and b/entries/totp-gb/04-time-set.png differ diff --git a/entries/totp-gb/05-add-name.png b/entries/totp-gb/05-add-name.png new file mode 100644 index 00000000..e99ef31b Binary files /dev/null and b/entries/totp-gb/05-add-name.png differ diff --git a/entries/totp-gb/game.json b/entries/totp-gb/game.json new file mode 100644 index 00000000..98be6708 --- /dev/null +++ b/entries/totp-gb/game.json @@ -0,0 +1,32 @@ +{ + "developer": "dmang-dev", + "files": [ + { + "default": true, + "filename": "totp-gb.gb", + "playable": true + }, + { + "default": false, + "filename": "totp-gbc.gbc", + "playable": true + } + ], + "license": "MIT", + "platform": "GB", + "repository": "https://github.com/dmang-dev/totp-gb", + "screenshots": [ + "01-main-list.png", + "02-view-account.png", + "03-settings.png", + "04-time-set.png", + "05-add-name.png" + ], + "slug": "totp-gb", + "tags": [ + "Open Source" + ], + "title": "totp-gb", + "typetag": "homebrew", + "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." +} diff --git a/entries/totp-gb/totp-gb.gb b/entries/totp-gb/totp-gb.gb new file mode 100644 index 00000000..d31e61e1 Binary files /dev/null and b/entries/totp-gb/totp-gb.gb differ diff --git a/entries/totp-gb/totp-gbc.gbc b/entries/totp-gb/totp-gbc.gbc new file mode 100644 index 00000000..85d2461a Binary files /dev/null and b/entries/totp-gb/totp-gbc.gbc differ