diff --git a/bin/ticTacToe b/bin/ticTacToe index 381f8a9..a8f7541 100755 --- a/bin/ticTacToe +++ b/bin/ticTacToe @@ -4,7 +4,7 @@ # A multiplayer game of tic-tac-toe # # TODOs: -# -user multiplayer (same system) +# -user multiplayer (same system, different proccess or user) # -network multiplayer (LAN/WAN) # -AI opponent (Easy/Medium/Hard) # -----------------------------------------------------------------------------