/tic_tac_toe

Tic Tac Toe implemented in c++ with a simple AI

Primary LanguageC++

Simple Tic-Tac-Toe Game

Build Status

Simple tic-tac-toe game with AI made out of C++ with SFML(2.0) Library

Some Game Info:

-Game still in development
-PVC Mode (enabled by default)
-PVP Mode (just press Num1 in the init screen) 

CONTROLS:

Q | W | E
--+---+--
A | S | D
--+---+--
Z | X | C

-Num2 to restart the game

BUILD:

- Requires C++17
- Requires SFML library
- Make and enjoy