Skip to content

wejesuss/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors


Simple Rock Paper Scissors game implemented in C.

What does it do?

Play the Rock Paper Scissors game by CLI (command line interface).

You can choose from the three options a number from 0 to 2.

The program will ask you for a number

Type Code
Rock 0
Paper 1
Scissors 2

You can then enter your choice, and the cpu will try to beat you...

See the implementation for more info