https://github.com/shohail-dev/tic-tac-toe-java
A console-based , client-server application for a two-player Tic Tac Toe game using Java Programming.
https://github.com/shohail-dev/tic-tac-toe-java
client-server-architecture java multithreading
Last synced: 4 months ago
JSON representation
A console-based , client-server application for a two-player Tic Tac Toe game using Java Programming.
- Host: GitHub
- URL: https://github.com/shohail-dev/tic-tac-toe-java
- Owner: shohail-DeV
- Created: 2024-02-08T17:49:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T18:20:59.000Z (over 1 year ago)
- Last Synced: 2025-02-25T05:43:10.468Z (8 months ago)
- Topics: client-server-architecture, java, multithreading
- Language: Java
- Homepage:
- Size: 50.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 Java
A console-based , client-server application for a two-player Tic Tac Toe game using Java Programming.
## Usage/Examples
```javascript
First, Run/Start the Server.
In order to do so,compile the Server.java file .Secondly, Compile the ClientApp.java file .
This will begin the game.Its needed to connect both the laptop using the same IP addresses and
port number to establish a connection and play with game.```
## Features
- Java Server Programming
- Console based application
- Client-Server Model## Screenshots
