willwagner602 / Thud

A Python implementation of Discworld's Thud!
1 stars 0 forks source link

Save and Load + Minor fixes #8

Closed eschwarz301 closed 9 years ago

eschwarz301 commented 9 years ago

Save and Load functionality with engine tests, API calls, and server side tests. The engine autosaves upon game creation and upon calling process_move (every turn). Also added code to end_game to save game and then delete it from the active games. Fixed closing json files in tests (caused resource warnings).

Still can do with some cleaning up and exception handling, but otherwise it's all there.