clively79 / Tic-Tac-Toe

A simple Tic-Tac-Toe program, created to exercise some fundamental Python concepts.
GNU General Public License v3.0
0 stars 0 forks source link

Fixed bugs in diagonal slicing #2

Closed clively79 closed 3 years ago

clively79 commented 3 years ago

Reconfigured constructor and slicing to make things a bit more logical