Skip to content

idanmel/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect4

A game of connect 4

To play the game

The game can be played as a human, a random move-chooser bot, and an above average bot named Monte

To chose who plays, use the command line arguments, "human", "random" or "monte"

For example, if you want to move first and play against monte, you would run:

python run.py human monte

If you want monte to move first and play against a random bot, you would run:

python run.py monte random

About

A game of connect 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages