Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 953 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 953 Bytes

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