A simple calculator game where you have to guess the right operation Run CalcGame.py to play
Setup for windows: Make sure you have at least python3 installed Download and extract zip from the Windows branch In same directory run: pip install requirements.txt
Setup for linux: Download and extract zip from the Linux branch In same directory run: sudo apt install python3-tk
To run program in windows: Double click launcher.py
To run program on linux (beta builds) In same directory run: python3 launcher.py