Skip to content

Simple rock-paper-scissors game which uses GOG SDK

Notifications You must be signed in to change notification settings

chupAkabRRa/RPSGame

Repository files navigation

RPSGame

Simple rock-paper-scissors game which uses GOG SDK to provide P2P communication between players.

Build

IMPORTANT: Visual Studio 14 2015 is a must! IMPORTANT2: VS140COMNTOOLS must be included in system environment variables. Actually, they are included there by default after VS intallation. So, this item is just to make sure that everything is specified.

To build x64 version of RPSGame just run build_win_x64.bat file. To build x86 version of RPSGame just run build_win_x86.bat file.

Both these files:

  1. Create separate path for binaries(e.g. bin\win\x64) and project files (e.g. build\win\x64);
  2. Run cmake with install target.

Usage

To start the game simply run this command: "RPSGame.exe UserA" or "RPSGame.exe UserB" (depending on what user you want to sign in)

About

Simple rock-paper-scissors game which uses GOG SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages