Forum Archive

High Scores Module

techteej

I've created a basic high scores module for you guys to use, as I have used it in some of my projects already. It's not perfect, but it gets the job done. It loads in and stores the data in a pickle file, since my research told me using a pickle file was the best way to do it. Once again here is the code. Enjoy!

ccc

Would you consider making this a GitHub repo instead of a gist? It would be good to improve this module collaboratively.

techteej

Here is the GitHub version.

ccc

You have pull requests ;-). The collaboration begins.