Tic-Tac-Toe

Game based on the classic Tic Tac Toe - Part of an exercise proposed in my Unity course (Array matrix and simple mouse interaction).

Access the source code on GitHub:
https://github.com/ihosse/TicTacToe

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").

Credits:

  • Programming: Igor Hosse
  • Art: GrafxKid's


Leave a comment

Log in with itch.io to leave a comment.