Python BodMath game with Sqlite3 database

4 years ago

I used sqlite3 in python to make a game that records player scores.
You can also use a txt file or excel spreadsheet to record data and be able to access it but if you need to display data in a certain order i.e. descending then a database is better to use because of its specific sql queries.

Loading comments...