A math game for Linux/Unix.
This math game features multiplication and gets progressively harder.
At some point, it will become impossible to do the math.
The game features a teacher that is cruel and taunts you if you get anything wrong.
This game requires python 3.6 and above.
Please note that there is no sound in this game.
Method One: Download the zip file from the top of the page and then unpack it in your home directory.
Method Two: Run these commands in the terminal.
cd ~
git clone "https://github.com/hudsonsmith/math-killer-linux-and-unix.git"
Then run it with python3.
cd math-killer-linux-and-unix/
python3 main.py
Enjoy!