Releases: software-challenge/player_python
Releases · software-challenge/player_python
v0.9.2
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.