Skip to content

This is a program that implements a simple TicTacToe Game using Java and the Swing GUI Toolkit.

Notifications You must be signed in to change notification settings

juneadkhan/TicTacToeGame

Repository files navigation

TicTacToeGame ❌⭕❌⭕

This is a program that implements a simple TicTacToe Game using Java and the Swing GUI Toolkit.

Background Information

Tic-tac-toe (American English), noughts and crosses (Commonwealth English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. Source: Wikipedia.

Demo

TicTacToe Demo

Areas of Improvement

  • (Bug) Grid Pattern only appears after mouse has hovered over all boxes.

About

This is a program that implements a simple TicTacToe Game using Java and the Swing GUI Toolkit.

Topics

Resources

Stars

Watchers

Forks

Languages