Skip to content

Tic-Tac-Toe gameplay using machine learning, available in both GUI and terminal formats.

License

Notifications You must be signed in to change notification settings

Sathvik-Rao/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

Install here

Play it using Terminal or GUI(Graphical User Interface).

GUI

code -> GUI\tic-tac-toe_QT_Code (QT Creator)
play -> GUI\tic-tac-toe_Windows\tic-tac-toe_windows_32bit\tic-tac-toe.exe (32bit/64bit Windows 10)
        GUI\tic-tac-toe_Windows\tic-tac-toe_windows_64bit\tic-tac-toe.exe (64bit Windows 10)

Terminal Live Demo

code -> Terminal\Tic-Tac-Toe.cpp
play -> compile(Tic-Tac-Toe.cpp) and run(Tic-Tac-Toe.exe (or) a.out (or) ...)

Gameplay

The game is played on a grid that's 3 squares by 3 squares.
You are X/O, your friend (or the computer in this case) is O/X. Players take turns putting their marks in empty squares.
The first player to get 3 of his/her marks in a row (up, down, across, or diagonally) is the winner.
When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie/draw.

GUI Gameplay:

Tic-Tac-Toe_GUI


Terminal Gameplay:

Tic-Tac-Toe_Terminal

About

Tic-Tac-Toe gameplay using machine learning, available in both GUI and terminal formats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published