gokultp / go-four-in-a-row

A simple command-line implementation of the game `four in the row`
MIT License
12 stars 13 forks source link

AI for the game #4

Closed gokultp closed 6 years ago

gokultp commented 6 years ago

AI feature to play against computer

bertoort commented 6 years ago

I'll give this a shot.

I'd like to implement a bitwise board with a minmax ai.