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.
- Host: GitHub
- URL: https://github.com/andeart/tcp-guessing-game
- Owner: andeart
- Created: 2019-01-22T02:46:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:14:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T09:48:07.617Z (over 1 year ago)
- Topics: cplusplus, socket-programming, tcp, tcp-socket
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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)