catanatron
catanatron copied to clipboard
Add pickle support
- move utility functions in
catanatron_server
toutils.py
- create
catanatron_server.pickle
module for operations on pickle files - add ability to save game states when using main script to local pickle files with the
--pickle
and--pickle-output
flags
this retains --db
support.