Make a game in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Make a game in c

How can i make a game with c which i would playing VS computer ?

26th Jun 2020, 6:51 PM
######
###### - avatar
1 Answer
0
You could, for example, write a rock paper scissors game.. You enter your choice via printf(), and generate a random number between 0 and 2 for computers choice... Add some more code to define variables, determine the winner and so on... Done :) That would be a pretty easy game - you vs. Computer
26th Jun 2020, 8:58 PM
G B
G B - avatar