Skip to content

an artificial intelligence to play the '4-in-a-row' game similar to tic-tac-toe

Notifications You must be signed in to change notification settings

PresidentDwayneCamacho/4-in-a-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An artificial intelligence for the 4-in-a-row game

The game vaguely represents tic-tac-toe, though victory is achieved by getting 4 pieces in a row on an 8x8 game board

Program can be compiled with the command:

g++ -std=c++11 *.h *.cpp -o game.exe

and to run:

./game

This contains the game with a few testing helper functions.

About

an artificial intelligence to play the '4-in-a-row' game similar to tic-tac-toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published