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

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.

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
![UML](https://github.com/KeremTAN/TcpWordGame/blob/master/img/server.png)

## Client Form
![UML](https://github.com/KeremTAN/TcpWordGame/blob/master/img/client.png)