Skip to content

Releases: AESilky/ChopStix

Release 1.1.0

Choose a tag to compare

@AESilky AESilky released this 31 Mar 20:19
0f34772

What's Changed

  • Change type comments to type annotations. by @AESilky in #2

Full Changelog: 1.0.1...1.1.0

Release 1.0.1

Choose a tag to compare

@AESilky AESilky released this 20 Mar 18:20

Add a requirements.txt file and explain its use. The file only contains comments, as the base application only requires the core Python3 distribution.

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

Choose a tag to compare

@AESilky AESilky released this 20 Mar 17:50
42dfc4d

Initial release.

This is intended to be used as a fun way to learn some Python programming with a non-trivial example. It is divided into multiple source files to learn how (and why) to work with a multi-file application. It also contains a number of 'TODOs' to have you work on adding and/or improving functionality. Lastly, it can be fun to play.

What's Changed

  • Additional move data. Random move wins if possible. by @AESilky in #1

New Contributors

Full Changelog: https://github.com/AESilky/ChopStix/commits/1.0.0