/rps

Rock-Scissors-Paper game

Primary LanguageC++Apache License 2.0Apache-2.0

RPS game implementation Build Status

Description

This project implements primitive Rock-Scissors-Paper playground

Build & Run

Just execute make. Binary called rps and it doesn't have any arguments. Example: rps. Follow the instruction on the screen.

Known limitations

  • rand() used as random generator
  • Computer doesn't make any analysis of the player
  • No overall statistics printed