Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```