Comment 2 for bug 632325

Revision history for this message
Tom Bell (bushbaby2511) wrote :

As a local high-score table the best way would probably be some stored file for logging scores, prehaps using the python dictionary object to list scores to players. The downside to this would be cross platform compatibility issues (Unix vs Win32 systems) due to location of storage. An internal storage mechanism, although more complex, could solve this issue?