An open API service indexing awesome lists of open source software.

https://github.com/sanam2405/tictactoe

This is a clone of the much popular TicTacToe Game.
https://github.com/sanam2405/tictactoe

java java-swing snake-game

Last synced: about 1 year ago
JSON representation

This is a clone of the much popular TicTacToe Game.

Awesome Lists containing this project

README

          

# TicTacToe

This is a clone of the famous Tic-Tac-Toe game. A 3x3 square grid is given. The player makes the first move (Cross) and correspondingly CPU makes a move (Circle). Random function is used to implement CPU moves and hence they might not always be the optimal move. The one to mark three cells of the same sign (Horizontally, Vertically or Diagonally) wins the game.