Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 842 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 842 Bytes

Tic Tac Toe

This is java GUI based TIC TAC TOE (4 x 4) game where user can play against computer. The difficult of this game is high so computer tries it best to win the game.This game was played more than 10 times Here are the Results

  1. Computer Wins : 4
  2. Draw: 6

Steps

Download the file run the NewJFrame.java When the game starts it ask for user name and its symbol.The first turn is taken by the computer.

Preview

Following are the images from game

Enter Name Page

enter-name

Choose Symbol

choose-symbol

Game Result

game-result