This is a simple math game wrote in Python, using an archive .txt as "Data Storage and Retrieving" for Users and Scores registered in the game.
It's a simple application that runs on prompt or terminal where you get points for each right answer on a equation challenge. I've built this game intending to learn manipulating lists, dicts, reading and storing data in a external file (.txt in this case).
Simply run the following command:
python main.py
Run it inside the downloaded folder to execute the main program. You only need python v3 or later to run the program.