You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,10 @@ My solutions of [PRACTICE PYTHON](http://www.practicepython.org/)
30
30
[27. Tic Tac Toe Draw](http://www.practicepython.org/exercise/2015/11/26/27-tic-tac-toe-draw.html): Tic Tac Toe Game series 3.
31
31
[28. Max Of Three](http://www.practicepython.org/exercise/2016/03/27/28-max-of-three.html)
32
32
[29. Tic Tac Toe Game](http://www.practicepython.org/exercise/2016/08/03/29-tic-tac-toe-game.html): Tic Tac Toe Game series 4 (final). Unfinished, but I have improved the game to N-in-line (N can be 3, 4, 5 or more) to win the game in a X (X >= N) large size game board. Enjoy!
0 commit comments