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

https://github.com/andeart/tcp-guessing-game

Super simple TCP experiment- client and server have to guess each other's numbers.
https://github.com/andeart/tcp-guessing-game

cplusplus socket-programming tcp tcp-socket

Last synced: 12 days ago
JSON representation

Super simple TCP experiment- client and server have to guess each other's numbers.

Awesome Lists containing this project

README

          

Simple TCP guessing game.
Port currently assigned is 27015.
GameClient takes 1 argument: IP of computer where server is hosted.

Gameplay:
Client thinks of a number. Server has to guess it. Repeat infinitely (for now)