Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 5, 2020 18:18
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/8515fba86e8ce8b4f1397c383f2bc988 to your computer and use it in GitHub Desktop.
Save parzibyte/8515fba86e8ce8b4f1397c383f2bc988 to your computer and use it in GitHub Desktop.
const COLUMNS = 7,
ROWS = 6,
EMPTY_SPACE = " ",
PLAYER_1 = "o",
PLAYER_2 = "x",
PLAYER_CPU = PLAYER_2,
CONNECT = 4; // <-- Change this and you can play connect 5, connect 3, connect 100 and so on!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment