Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4ppz19/tic-tac-toe
Tic-tac-toe game using JavaFX and CSS
https://github.com/r4ppz19/tic-tac-toe
css javafx tictactoe-game
Last synced: 20 days ago
JSON representation
Tic-tac-toe game using JavaFX and CSS
- Host: GitHub
- URL: https://github.com/r4ppz19/tic-tac-toe
- Owner: r4ppz19
- License: mit
- Created: 2024-11-10T10:30:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T02:36:03.000Z (about 2 months ago)
- Last Synced: 2024-12-02T03:27:37.240Z (about 2 months ago)
- Topics: css, javafx, tictactoe-game
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TicTacToe Game
This is a simple TicTacToe game implemented in Java using JavaFX for the graphical user interface and CSS for styling.
## Prerequisites
- Java 17 or higher
- Maven
#
![TicTacToe Game](src/main/resources/images/tictactoe.png)## How To Run
### Clone the repository
```sh
git clone https://github.com/r4ppz19/Tic-tac-toe.git
```### Build the project
```sh
mvn clean install
```### Run the application
```sh
mvn javafx:run
```