Skip to content

Hue-Jhan/Tic-Tac-Toe-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-C

Medium to Hard Difficulty Tic Tac Toe with swag interface You can choose to play against PC or another person. alt text

Difficulty

The function checkwinner is the simple win condition. The functions CheckWinnerX and CheckWinnerY are the "Difficulty", they detect if you are close to winning in any possible way, then send the X and Y coordinates to the TurnoCompiuter function (ComputerTurn) and promptly stop you. You can comment some of those to lower the difficulty, also sorry if some of the functions or variables are in Italian : (

This program also contains a Turn counter, a Player Displayer, and a "play again" function.

About

Medium to Hard Difficulty Tic Tac Toe made in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages