Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is a simple math game wrote in Python, using an external .txt file as Data "Storage and Retrieving" for Users and Scores registered in the game.

Notifications You must be signed in to change notification settings

dspcosta/python-mathgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-mathgame

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.

What is Python Math 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).

Running the application

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.

About

This is a simple math game wrote in Python, using an external .txt file as Data "Storage and Retrieving" for Users and Scores registered in the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages