aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2019-09-14to_saved_game_format - Added 'output_path' and 'output_mode'Philip Paquette
- Game can now be saved (appended) to disk in one line
2019-09-14channel.authenticate() - Deprecated argument 'create_user'Philip Paquette
- User is now created by default if it doesn't exist on the server - Unless the server prevents new registrations
2019-09-14Added ReadtheDocs documentation for the public APIPhilip Paquette
- Reformatted the docstring to be compatible - Added tests to make sure the documentation compiles properly - Added sphinx as a pip requirement Co-authored-by: Philip Paquette <pcpaquette@gmail.com> Co-authored-by: notoraptor <stevenbocco@gmail.com>
2019-09-01Added a thumbnail on the README, and modified the titlePhilip Paquette
2019-08-28README - Added simple examples on how to run the codePhilip Paquette