Skip to content

Instantly share code, notes, and snippets.

@ibaaj
Last active October 3, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibaaj/a65fa12a68ba667e2796c2f12e7a2055 to your computer and use it in GitHub Desktop.
Save ibaaj/a65fa12a68ba667e2796c2f12e7a2055 to your computer and use it in GitHub Desktop.

#Tic Tac Toe P7 Online

code signification
00 Début du jeu
{LETTRE A,B,C SUIVI DE 1,2, ou 3} A,B,C ça correspond à la colonne du jeu 1,2,3 ça correspond à la ligne du jeu

Connexion entre Clients : UDP

Connexion entre Client et Serveur : TCP

http://i.imgur.com/IshZ4JR.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment