Skip to content

A simple connect four game built in Java. The user has options of playing with another human player, or with a basic AI that looks ahead a single move and makes that move if it results in a win. If not, the AI makes random moves. The repository contains unit tests for non-GUI code.

Notifications You must be signed in to change notification settings

xinpei8/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ConnectFour

A simple connect four game built in Java. The user has options of playing with another human player, or with a basic AI that looks ahead a single move and makes that move if it results in a win. If not, the AI makes random moves. The repository contains unit tests for non-GUI code.

About

A simple connect four game built in Java. The user has options of playing with another human player, or with a basic AI that looks ahead a single move and makes that move if it results in a win. If not, the AI makes random moves. The repository contains unit tests for non-GUI code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages