Skip to content

bas-boop/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Tic-Tac-Toe

A console app where you can play tic-tac-toe with somelse or with the computer.

If anyone can defeat the HARD AI, please share it with me.

  • Co-op
  • AI opponent
    • Easy
    • Medium
    • Hard

Script highlights

Main
InputHandeler
Grid

AI scripts

AI
Easy
Medium
Hard

What I have learend

  • C++ classes
  • C++ Enum
  • Header files
  • Valideting player input
  • AI oppenents