You're off to a good start.
Try writing out everything you need to do in psuedo code in comments. Like this:
//first explain the game//generate random number//ask for input and save it//etc
Then start programming out each step.
@themaka Thank you i will try that
You're off to a good start.
Try writing out everything you need to do in psuedo code in comments. Like this:
//first explain the game
//generate random number
//ask for input and save it
//etc
Then start programming out each step.
@themaka Thank you i will try that