/rock-paper-sockets

Two-player rock paper scissors using C++ sockets.

Primary LanguageC++

rock-paper-sockets

A simple rock paper scissors game in C++ using sockets.

Running

Prerequisites

  • CMake 3.12 or higher
  • Make
  • C++

Running Locally

cmake .

make

./rock-paper-sockets

Then follow the on-screen prompts to get started! If you are joining a game room, you will need to know the IP address and port of the host you are connecting to.