Skip to content

Releases: software-challenge/player_python

v0.9.2

29 Aug 19:58
Compare
Choose a tag to compare

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.

v0.9.1

26 Aug 16:35
Compare
Choose a tag to compare

Solves import problems.

v0.9.0

26 Aug 15:19
Compare
Choose a tag to compare

Release of the Python Client for the Software-Challenge Germany