Skip to content

A game of noughts and crosses (or tic-tac-toe) with a simple AI implementation (minimax)

Notifications You must be signed in to change notification settings

tyrc94/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

A game of noughts and crosses (or tic-tac-toe) with a simple AI implementation (minimax)

Compiling and Running

g++ game.cpp

Then:

  • For Linux:
./a.out
  • For Windows:
./a

Note that row and column entries are zero indexed.

Enjoy!

About

A game of noughts and crosses (or tic-tac-toe) with a simple AI implementation (minimax)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages