Skip to content

A small TicTacToe game written in C++ using Visual Studio

License

Notifications You must be signed in to change notification settings

Apacz87/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe License: MIT

Author: Tomasz Leman
Date: 31/10/2017

TicTacToe Game.

Description:

A small game written in C++. The application allows user to play against simple AI.

Characteristics:

  • Project implemented in Visual Studio 2013 IDE environment;
  • Graphical user interface created with WinApi;
  • AI implemented using the min-max algorithm;
  • Multi-threaded application.