Skip to content

A version of Rock-Paper-Scissors (inspired from youtube shorts)

Notifications You must be signed in to change notification settings

Dimpal-Kalita/RPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPS

A simple Non-Interactive Fun game.

Just vote for any one and hope it wins

How it Works

Random stone, paper, scissors are generated. If a same objects collide nothing happens otherwise the looser of the pair gets turned into the winner one (Looser and winner are decided according to classic Rock-Paper-Scissors game)

Example

How to run

If you have SFML and cpp installed in you computer just run the below commands

make compile
make run

Otherwise first,

sudo apt-get install libsfml-dev
sudo apt-get install build-essential

further info can be found in this stackoverflow link

About

A version of Rock-Paper-Scissors (inspired from youtube shorts)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published