Guess the year, flip the card to reveal.
V1 in development. Android-only sideload. Not on the Play Store.
Paste a public Deezer playlist URL. The app generates a printable PDF of QR cards for that playlist. During play, the player whose turn it is scans a card with the device camera, the app plays a 30-second preview of the track without showing the title, artist, year, or cover art on any screen, and players guess the year. The physical card is then flipped to reveal the answer. Scoring stays at the table; the app participates only in the audio layer.
- On your Android device, open Settings → Apps → Special app access → Install unknown apps and enable installation for the browser or file manager you will use to download the APK.
- Open the latest release on your device and download the APK.
- (Optional but recommended) Verify the SHA-256 and the signing key fingerprint as described under Verify.
- Tap the downloaded APK to install. Confirm the install when prompted.
- On first launch, grant camera permission. The camera is used only to scan cards.
Compatibility: Android 12+ (API level 31+).
Each release publishes a SHA-256 of the APK in the release notes on the Releases page. On your computer:
shasum -a 256 tocarta-vX.Y.Z.apkThe output must match the value in the release notes. If it does not, do not install the APK; download it again from the Releases page.
For local development:
git clone https://github.com/damarals/tocarta.git
cd tocarta
npm install
npx expo run:androidFor a production-signed APK (requires an EAS account and the project's signing key):
eas build --platform android --profile productionSee eas.json for the build profiles.
No account, no login, no telemetry. Your playlist URLs and decks live only on the device. Deezer and MusicBrainz are contacted directly from the app for track and year resolution; no third party sees that traffic.
Decks are stored in local app storage. Uninstalling the app deletes them. Export the PDF if you want to keep a deck across reinstalls.
MIT. See LICENSE.
Inspired by the commercial card game Hitster. Tocarta is independent and is not affiliated with or endorsed by Hitster or its publisher.
Unofficial, independent, fan-made tool for personal non-commercial use. Not affiliated with, endorsed by, or connected to Hitster, Koninklijke Jumbo, Spotify, Deezer, or any related entities. All trademarks belong to their respective owners.
