Flip card game written in Python
I was inspired to make this thanks to "Nihongo Quest".
Luup: Part of my nickname Luuppi (which literally means "loop") and it kind of references to the gameplay where you can play the cards on a loop.
y: I added it since it's written in Python and sounds better than "Luupcards"
cards: This is a flip CARD game
Luupy like "loopy", the other part is self-explanatory
- Normal
- Multiple choice
- Survive! (You have only
namount of lives) - Option to flip questions and answers
- Forward
- Backward
- Random
- Min and max question for random (You can change, but they are automatically set when pressed play)
- Show question number
- Max multiple choice options (Choose how many multiple choice options you want)
- Lives for Survive!
- Fuzzy select percentage (Requires you to have the
thefuzzmodule)
- FOSS (Well MIT, but still)
- Drag and drop pair files to load or open them with File -> Open or Open (Advanced)
- Inspector
- Inspect your pairs in game or even make new ones and delete old ones. (If this app gets attraction I might add more editor functionality)
- Save to memory instantly reloads them in game
- Save to file opens a file dialog to save them into a pair file
- All documentation is in the game under Help -> Help!
This is a graphical version of the application. You can find the instructions to the old tui version in v1/installation.md As far as I know this should also work on Windows, but it hasn't been tested.
- Install Python if you haven't (duh)
- Download this repository with
git clone https://github.com/LuuppiChan/luupycards.git- Go to the folder
cd luupycards- Install dependencies with pip
pip install -r requirements.txt- Use the installation script to get the desktop shortcut
chmod a+x install.sh
./install.sh- Open the app from your application menu.
Yes, it's finally supported on the most popular operating system. (As of v2.1)
- Download the latest executable from Latest Releases
- You're all set! Just double-click it to open it.
The documentation on everything about the game is in the game.
From the top bar, go to Help -> Help! to see the documentation.
But in short this is an example pair file:
What is the capital of Japan?
Tokyo
What is the tallest mountain in the world?
Mount Everest,Everest
What is 5 + 3?
8
What is the currency of the United States?
Dollar,US Dollar,USDAs you can see, it follows a format where uneven lines are questions and even lines are answers.
There are minimal checks for if a setting value is valid! Invalid values may break the game!