メインコンテンツにスキップ

GBA-saves-galery

An overview of the games I've been playing with the My Boy! Android GBA emulator

AI Summary

Google Drive GBA Gallery

A Google Apps Script Web-App that fetches MyBoy! save states, thumbnails and cartridge saves stored in Google Drive and renders them in a 1-bit-style web gallery.

Target Users

Intermediate GAS developers who want to build a browser-based gallery that fetches MyBoy backups from Google Drive.

Problems Solved

Manually locating and managing MyBoy! save files in Google Drive is tedious and offers poor visibility.

Tags

Main Features

1
Automatic Drive Scanning

The script scans a chosen Drive folder and retrieves MyBoy! backup files, grouped by type.

2
Thumbnail Gallery Rendering

Fetched save states and thumbnails are rendered in a 1-bit retro-styled UI for quick visual inspection.

3
Single-Script Deployment

Because both backend and frontend are written in Apps Script, the gallery can be published as a web app without extra servers.

Usage Examples

The README does not provide enough information to create a reliable code example.