Releases: pawelzar/python-tic-tac-toe
Releases · pawelzar/python-tic-tac-toe
TicTacToe v1.0
- 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.