+ 4
Make a game in c
How can i make a game with c which i would playing VS computer ?
1 Antwort
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