Quick Start
Get Cardagain running on your RG35XXSP in a few minutes.
Install on Knulli
Option A: Tools Folder (Recommended — No PortMaster Required)
- Download
cardagain-0.1.0.zipfrom the releases page - Extract it to your SD card’s
roms/tools/directory so you have:/userdata/roms/tools/ └── cardagain/ # app folder ├── Cardagain.sh # launcher script ├── cardagain # binary ├── fonts/ # bundled font └── gameinfo.xml # EmulationStation metadata - On the device, press START → Game Settings → Update Gameslist
- Launch Cardagain from the Tools menu
Option B: PortMaster
- Download
cardagain-0.1.0.zipfrom the releases page - Copy it to your device’s
roms/ports/folder - Install via the PortMaster GUI
- Launch from the Ports menu
First launch
The app creates a demo Japanese deck automatically. You can study it immediately or add your own decks.
Study your first cards
- From the main menu, select Study
- Pick the Japanese deck
- You’ll see a card front, e.g. “Hello”
- Press A to flip and see the answer: “こんにちは”
- Rate yourself:
- A (Again) — You didn’t know it. Review in 1 minute.
- B (Good) — You got it. Standard interval.
- X (Hard) — You barely got it. Shorter interval.
- Y (Easy) — Too easy. Longer interval.
- Repeat until the session is complete
Updating
To update to a new version:
- Download the new release zip
- Extract it over your existing folder (tools/ or ports/)
- Your decks and reviews in
data.jsonare preserved - Press START → Game Settings → Update Gameslist
Check your version on the Stats screen.
Add your own deck
Create a .csv file on your computer:
# MyDeck.csv
front,back
Hello,こんにちは
Thank you,ありがとう
Good morning,おはよう
Copy it to the app’s data directory (/userdata/roms/tools/cardagain/ or /roms/ports/cardagain/, where data.json lives), then restart the app. The deck appears automatically.
See Adding Decks for full details.