Skip to content

I will try to build a TicTacToe game using Java GUI

Notifications You must be signed in to change notification settings

UmmeKulsumTumpa/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

This repository contains a Java implementation of the classic Tic-Tac-Toe game using a graphical user interface (GUI).

Features

  1. Graphical user interface with a grid layout for the game board.
  2. Supports two players: X and O.
  3. Players take turns to make a move by clicking on an empty cell on the game board.
  4. The game automatically detects a win or a draw and displays the result.
  5. Provides an option to reset the game
  6. Resets the game-board automatically after a draw match

Screenshots

Game Board

game_board.png

Win Result

win_result.png

Working on

  1. Building Logic against computer
  2. Will add dialogue box at the click on exit button
  3. Will add score board for continuous playing

About

I will try to build a TicTacToe game using Java GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages