https://github.com/keremtan/tcpwordgame
This is a windows form game which work with TCP protocol.
https://github.com/keremtan/tcpwordgame
client network server server-client tcp tcp-client tcp-server windows-form-application windows-forms-csharp
Last synced: 8 months ago
JSON representation
This is a windows form game which work with TCP protocol.
- Host: GitHub
- URL: https://github.com/keremtan/tcpwordgame
- Owner: KeremTAN
- Created: 2021-08-30T21:31:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T03:21:57.000Z (almost 5 years ago)
- Last Synced: 2024-12-23T10:52:21.534Z (over 1 year ago)
- Topics: client, network, server, server-client, tcp, tcp-client, tcp-server, windows-form-application, windows-forms-csharp
- Language: C#
- Homepage:
- Size: 227 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tcp Word Game
## How to Run The Game
#### Server starts the game.
#### The 1st rule of the game is that each player must create a new word with the last two letters of the word sent to him and send it to the other side.
#### The 2nd rule of the game is that each player must write and send his word within 15 seconds.
#### The 3rd rule of the game, the words used before cannot be used again.
## Server Form

## Client Form
