Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 596 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 596 Bytes

Stone Paper Scissor Game in C++

Standalone C++ Application
Play The Stone Paper Scissors game against computer
You can use
s/S for stone
p/P for Paper
z/Z for Scissors
Computer anonymously enter another key simultaneously..
It will be compared and will declare the winner..

2048 Game in C++

Standalone c++ Application Play the Iconic 2048 game in your Terminal itself
left arrow (<-)-----MOVES THE numbers left
right arrow (->)-----MOVES THE numbers right
down arrow -----MOVES THE numbers down
up arrow (<-)-----MOVES THE numbers up