Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 219 Bytes

File metadata and controls

21 lines (13 loc) · 219 Bytes

Guess-Number-by-Asio

使用 Boost Asio 库开发的网络猜数小游戏

用法:

  • 服务器端:
./server
  • 客户端:
./query <hostip>
  • 样例:

样例