diff --git a/entries/totp-gba/01-main.png b/entries/totp-gba/01-main.png new file mode 100644 index 0000000..d1f7433 Binary files /dev/null and b/entries/totp-gba/01-main.png differ diff --git a/entries/totp-gba/02-view.png b/entries/totp-gba/02-view.png new file mode 100644 index 0000000..621957a Binary files /dev/null and b/entries/totp-gba/02-view.png differ diff --git a/entries/totp-gba/03-settings.png b/entries/totp-gba/03-settings.png new file mode 100644 index 0000000..21fa430 Binary files /dev/null and b/entries/totp-gba/03-settings.png differ diff --git a/entries/totp-gba/05-main-solarized.png b/entries/totp-gba/05-main-solarized.png new file mode 100644 index 0000000..d7ab7b9 Binary files /dev/null and b/entries/totp-gba/05-main-solarized.png differ diff --git a/entries/totp-gba/07-time-set.png b/entries/totp-gba/07-time-set.png new file mode 100644 index 0000000..07df28f Binary files /dev/null and b/entries/totp-gba/07-time-set.png differ diff --git a/entries/totp-gba/game.json b/entries/totp-gba/game.json new file mode 100644 index 0000000..579f051 --- /dev/null +++ b/entries/totp-gba/game.json @@ -0,0 +1,27 @@ +{ + "developer": "dmang-dev", + "files": [ + { + "default": true, + "filename": "totp-gba.gba", + "playable": true + } + ], + "license": "MIT", + "platform": "GBA", + "repository": "https://github.com/dmang-dev/totp-gba", + "screenshots": [ + "01-main.png", + "02-view.png", + "03-settings.png", + "05-main-solarized.png", + "07-time-set.png" + ], + "slug": "totp-gba", + "tags": [ + "Open Source" + ], + "title": "totp-gba", + "typetag": "homebrew", + "description": "TOTP (RFC 6238) two-factor authenticator for the Game Boy Advance. Supports cart-edge Seiko S-3511A hardware RTC with software-VBlank fallback, twelve color themes, persistent SRAM storage for up to 8 accounts, OAM sprite cursor, and APU sound effects." +} diff --git a/entries/totp-gba/totp-gba.gba b/entries/totp-gba/totp-gba.gba new file mode 100644 index 0000000..13c8ab0 Binary files /dev/null and b/entries/totp-gba/totp-gba.gba differ