Skip to content

A connect four game to be played in the terminal.

Notifications You must be signed in to change notification settings

kahall27/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Connect Four

About the Project:

This project was written entirely in Python. It's a simple script that I wrote in early 2022 to practice my earliest Python skills. I revisited this program in July 2022 with a fresh set of eyes, and improved much of the functionality of the game. It was good practice as I started to learn to think like a programmer, and it was a fun project to continue to work on!

How to Play:

1. Player 1 always goes first.
2. Player 1 places their token in any column they choose (A - G). The token will fall until it reaches the bottom of the game board, or it hits an already placed token.
3. Player 2 now places their token in any column.
4. If either player successfully places four tokens in a horizontal, vertical, or diagonal line, they are the winner. If not, it is the next player's turn.
5. The players may chose to play again, and clear the board, or they may chose to end the game and terminate the program.

About

A connect four game to be played in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages