Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 26, 2021 19:12
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 parzibyte/44577f5856a58eb8a32e27a2ba79a627 to your computer and use it in GitHub Desktop.
Save parzibyte/44577f5856a58eb8a32e27a2ba79a627 to your computer and use it in GitHub Desktop.
MINIMO_FILAS = 5
MAXIMO_FILAS = 10
MINIMO_COLUMNAS = 6
MAXIMO_COLUMNAS = 10
ESPACIO_VACIO = " "
COLOR_1 = "x"
COLOR_2 = "o"
JUGADOR_1 = 1
# La CPU también es el jugador 2
JUGADOR_2 = 2
CONECTA = 4
ESTA_JUGANDO_CPU = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment