Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammadhttps/tic_tac_toe
https://github.com/hammadhttps/tic_tac_toe
game gui javafx tic-tac-toe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hammadhttps/tic_tac_toe
- Owner: hammadhttps
- Created: 2024-11-12T11:54:17.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-06T00:07:19.000Z (about 1 month ago)
- Last Synced: 2024-12-06T01:19:11.531Z (about 1 month ago)
- Topics: game, gui, javafx, tic-tac-toe
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game
This is a simple, interactive Tic-Tac-Toe game built using JavaFX. The game allows two players to play Tic-Tac-Toe on a 3x3 grid. Players take turns clicking on the grid to place their respective marks (X or O). The game will declare a winner when a player gets three of their marks in a row, column, or diagonal. If the grid is full and no winner is found, the game will end in a draw.# Features
## 2-player gameplay:
Players alternate turns to place 'X' or 'O' on the grid.
## Winning detection:
The game checks for horizontal, vertical, and diagonal wins.
## Restart functionality:
A "New Game" button allows players to reset the game and start fresh.