2019-04-29 15:47:44 -05:00
2019-04-27 22:29:33 -05:00
2019-04-29 15:47:44 -05:00
2019-04-29 15:47:44 -05:00
2019-04-25 20:59:35 -05:00
2019-04-28 18:52:55 -05:00
2019-04-28 13:06:00 -05:00
2019-04-29 15:47:44 -05:00
2019-04-28 18:06:05 -05:00
2019-04-29 15:47:44 -05:00

Shape Game

Setup

  • use 3 linux computers connecting in a lan

  • clone the repo git clone <repo url>

  • install sh install.sh

  • compile make

  • Start server ./bin/server.out 4444

  • get server ip ifconfig

    • Take note of eth0 or enp2s0; note:: the numbers might be different
  • Start a client

    • Alice ./bin/server.out 1 4444 <server ip>
    • Bob ./bin/server.out 2 4444 <server ip>
    • Eve ./bin/server.out 3 4444 <server ip>

How it works

Description
No description provided
Readme 15 MiB
Languages
C++ 95.7%
Makefile 3.9%
Shell 0.4%