Create Connect Four
Let's build a fully interactive Connect Four game using Python!
StartWhat you'll create
Portfolio projects that showcase your new skills
Connect Four Part 1: Creating The Board
Welcome! In this portion of the project, we will focus on building our Connect Four board. We'll think about how to represent the board and then how to display it to the user.
Connect Four Part 2: Interacting With The Board
In part two of our Connect Four project, we will focus on making some functions that allow the user to interact with the board.
Connect Four Part 3: Determining The Winner And Playing The Game
In Part 3 of our Connect Four project, we're going to accomplish two tasks: determining if a player has won the game, and setting up a loop to play the game until the game has ended.