Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/everlastingbugstopper/high-score
- Owner: EverlastingBugstopper
- Created: 2016-07-08T16:51:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T16:53:15.000Z (over 8 years ago)
- Last Synced: 2024-11-12T16:49:21.888Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.