Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 619 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 619 Bytes

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