Simple command line Math game made in python.
The source code is at github.com/vezycash/python-math-game
Windows executable at github.com/vezycash/python-math-game/releases/late…
It has high score menu. The high score menu would likely work only on windows due to the fact that I used a Windows specific path for the database
os.environ['USERPROFILE']+"\\test.db"
コメント