Click to reopen instructions.

Connect 4. Think about how to best use arrays to represent a Connect Four board. Otherwise, same as Tic Tac Toe: implement a UI for playing the game that prevents illegal moves and detects wins and ties.

Put definitions here.

Revisions:

Connect Four

REPL