You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add a game called "guess the number"
Which uses rand() function and make a c++ game
I also write a program to run a car game like:
command: start(to start a car)
commad: Run (for run)
command: break (for temp. stop the car)
command: exit(for exit from the game)
command: help(for guide)
with further more I also write a program for rolling the die
command: start rolling the die
command: rool the die
repeat this until user want
command: stop for stop rolling the die
The text was updated successfully, but these errors were encountered:
I want to add a game called "guess the number"
Which uses rand() function and make a c++ game
I also write a program to run a car game like:
command: start(to start a car)
commad: Run (for run)
command: break (for temp. stop the car)
command: exit(for exit from the game)
command: help(for guide)
with further more I also write a program for rolling the die
command: start rolling the die
command: rool the die
repeat this until user want
command: stop for stop rolling the die
The text was updated successfully, but these errors were encountered: