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

https://github.com/sondosaabed/tic-tac-toe

Tic-Tac-Toe Two players game. Java | JavaFX
https://github.com/sondosaabed/tic-tac-toe

game java javafx-gui tic-tac-toe-game two-player

Last synced: 6 months ago
JSON representation

Tic-Tac-Toe Two players game. Java | JavaFX

Awesome Lists containing this project

README

          

# Tic Tac Toe Two players
This is a Tic Tac Toe game as a Java desktop application. Two human players to play against each other. And Show the winner.
In this project I used JavaFX For User Graphical inteface. This project is built as an assignment for Algorithm course.

# Running the project
This is only the user inerface used so in order to run the project, needs the JavaFx library to be build on the projecet path.

# Programms versions
javafx.version=17.0.1,
Java.version=17.0.8

# Screenshots of Application:

![1](https://user-images.githubusercontent.com/65151701/157520122-67b0f7a4-72a0-4ab8-8c27-742973a3ab60.png)

![2](https://user-images.githubusercontent.com/65151701/157520227-83cd4a23-f3c3-4e8a-8e1f-536eb67269e1.png)

![3](https://user-images.githubusercontent.com/65151701/157520297-46bc82f2-9d4e-4d17-8a52-310b10cd6d75.png)

![4](https://user-images.githubusercontent.com/65151701/157520192-e476eeee-a493-4dc5-8964-3fb6c3433469.png)

![5](https://user-images.githubusercontent.com/65151701/157520207-84aa35c8-621f-4375-a81b-d2d162d70053.png)

![6](https://user-images.githubusercontent.com/65151701/157520218-e126d0cb-22ae-41cf-9783-fd5a68b4591e.png)