Skip to content

ClecioJung/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Overview

Tic Tac Toe game solved automaticaly. It posseses the following characteristics:

  • Developed with C99;
  • The Tic Tac Toe is played on a three-by-three grid by two players, who alternately place the marks X and O in one of the nine spaces in the grid;
  • It uses the Minimax algotithm in order to determine the best moves for the computer player;
  • It operates directely in the terminal producing an output just like this:

Tic Tac Toe

Usage

Download this project and compile it by typing the command make in its folder. Next, just run the executable:

./tictactoe

The remaining instructions will be passed by the executable itself.

About

Tic-Tac-Toe game implemented in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published