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

https://github.com/boodyahmedhamdy/tic-tac-toe-client

client side Tic-Tac-Toe Game
https://github.com/boodyahmedhamdy/tic-tac-toe-client

java-8 javafx

Last synced: 2 months ago
JSON representation

client side Tic-Tac-Toe Game

Awesome Lists containing this project

README

          

# Tic Tac Toe Client
this repo is the client side of the famous Tic-Tac-Teo Game. the game is separated into 2 applictions (client and server).

# Main Features
- Play againist your friend locally on the same machine
- Play againist Ai with different levels (Easy, Midium, Hard)
- Record games to watch later
- Player online with friend on second machine. so in the online mode you can
- Login with username and password
- Register a new user by email, username, password and confirm password
- Signout after logging in
- Send Game invitation for any player on the server
- Accept / Refuse invitations that sent to you

# How to Run
1. clone the project
2. open it using netbeans IDE
3. enjoy ❤

# Technology used
- java8
- javafx
- sockets to handle client-server communications
- **netbeans** version 8.2 as the main IDE

# Team
- Abdelrahman Ahmed Hamdy (https://github.com/Boodyahmedhamdy)
- Abdelrahman Elshirif (https://github.com/abdelrahmanelshreif)
- Yomna Ashraf (https://github.com/youmna-o)
- Rofiada Sobhy (https://github.com/RofaidaSobhy)