Skip to content

OpenPyMind/connect_4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect_4

A "Connect 4" console game

A simple, but fully functional implementation of the game.

Players can continue playing after finishing a game. Player who won (or put the last symbol in a drawn game) will start the next game. Checks for bad input are in place (player color, column number, other input). Check if game is drawn. Check if game has been won. Simple winning statistics at the end of the playing session.

uses termcolor library for colorizing strings.

About

A "Connect 4" console game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages