Skip to content

A "connect four" game, except players build a program to play. Running the game puts two players' programs against each other. Programmed for the MAC CompSci Club.

Notifications You must be signed in to change notification settings

Terence-Wong/ConnectFour

Repository files navigation

ConnectFour

A "connect four" game, except players build a program to play. Running the game puts two players' programs against each other. Programmed for the MAC CompSci Club.

Main program to start, compile other classes first.

Bots/AIs are disqualified if they make an illegal move (placing piece at a board index < 0 or > 6, or at an index already full)

About

A "connect four" game, except players build a program to play. Running the game puts two players' programs against each other. Programmed for the MAC CompSci Club.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages