Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/everlastingbugstopper/high-score

Handles high scores for a game with a simple python module
https://github.com/everlastingbugstopper/high-score

Last synced: 4 days ago
JSON representation

Handles high scores for a game with a simple python module

Awesome Lists containing this project

README

        

# High-Score
Handles high scores for a game with a simple python module

## Usage
In main.py, a sample data file name handler is shown, feel free to substitute your own that works with your file structure. The high score handling class requires a full path name, not a relative one to function, my file handler should work across multiple operating systems.

Everything should just work if you download and extract to wherever you want.