Skip to content

v0.9.2

Compare
Choose a tag to compare
@maxblan maxblan released this 29 Aug 19:58
· 168 commits to master since this release

Changes

  • You can now simulate movements within the client without bothering the server.
  • It is now possible to have the board beautifully printed, so that you get a better understanding of the current state of the game.
  • If an error occurs, for example because an incorrect movement was sent, it will now be handled correctly.
  • It is now possible to pass start parameters to the client. To get help for this: python <YOUR LOGIC>.py --help.
  • The boilerplate that you need to write your logic has been simplified.