Skip to content

ShaileshNayak-ops/p-rocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRocks

The Rock Paper Scissors Game

Requirements

  • CMake
  • standard c compiler (This game is written in pure ANSI C)
  • Make

Building

mkdir build
cd build
cmake ..
make

I hope you will enjoy it