← All Projects
FlashCard
Overview
FlashCard is a trivia roguelike I’ve been building in Godot since 2025. Trivia is the core loop; the roguelike structure is what makes a run worth replaying. It’s my first full game, and it’s now far enough along that other people are playing it.
The playtest
The playtest is live - you can grab the latest Android build right now. The download page pulls version info straight from my build server, so it always shows the current build without me touching the site.
- Android builds ship as a direct APK download (about 90 MB).
- Updates install over the previous version, and saves and profiles carry across.
- New platforms will appear on the page as they’re ready.
Building it
Shipping a playtest properly meant building the boring parts too: versioned builds, a download host at dl.ryansam.com, and a page that stays accurate on its own. That pipeline is half the point - getting builds into testers’ hands quickly is what turns feedback into a loop instead of a one-off.