Skip to content

Releases: pawelzar/python-tic-tac-toe

TicTacToe v1.0

13 Nov 13:51
Compare
Choose a tag to compare
  • Small changes in functions naming.
  • Combined diagonal checking into one function.
  • Changed static functions and added constructor to TicTacToe class.
  • Added pytest settings with coverage option.