Skip to content

Implementation of the Tic-Tac-Toe game for one player against the computer - Part of an exercise proposed in my Unity course (Array matrix and simple mouse interaction example).

Notifications You must be signed in to change notification settings

ihosse/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Implementation of the Tic-Tac-Toe game for one player against the computer - Part of an exercise proposed in my Unity course (Array matrix and simple mouse interaction example).

Instructions:

  • It's you versus the computer.
  • Mouse click to place your symbol in an empty cell on the grid.
  • The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins.
  • If all cells are filled, and no player has three in a row, the game is a draw (a "cat's game").

Art:

Play it on Itch.io:

About

Implementation of the Tic-Tac-Toe game for one player against the computer - Part of an exercise proposed in my Unity course (Array matrix and simple mouse interaction example).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages