Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 8, 2020 19:10
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/55ce2c7d7a2c6db9edba5e04ab3ebad3 to your computer and use it in GitHub Desktop.
Save parzibyte/55ce2c7d7a2c6db9edba5e04ab3ebad3 to your computer and use it in GitHub Desktop.
#define COLUMNAS 5
#define FILAS 5
#define ESPACIO_SIN_DESCUBRIR '.'
#define ESPACIO_DESCUBIERTO ' '
#define MINA '*'
#define CANTIDAD_MINAS \
5 // ¿cuántas minas colocar en el tablero de manera aleatoria? va a fallar si
// hay menos espacio que el número de minas
#define DEBUG 0 // Si lo pones en 1, se van a desocultar las minas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment