Skip to content

In This Project, I created a Tic Tac Toe Game in C++.

Notifications You must be signed in to change notification settings

harshverma27/tictactoegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tictactoegame

In This Project, I created a Tic Tac Toe Game in C++. The code basically works on Array. It all starts with drawing a board and clearing screen again and again using drawboard() function. It takes input from user to change the respective block in board to "X" or "O". At final it user a checkWin() function to check if any player had win, By using a if-condition of every winning posiblity in tic tac toe.

About

In This Project, I created a Tic Tac Toe Game in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages