Skip to main content

Questions tagged [number-guessing-game]

This tag is used when the program's purpose is to guess a number of your choosing or have you guess a number of the program's choosing.

6 votes
2 answers
454 views

I am just starting coding, and this is my attempt at the famous number-guessing game. Any and all feedback and criticism is greatly appreciated. ...
Payton Newman's user avatar
7 votes
3 answers
2k views

This is my first program, ever. It comprises a choice of casino games: A number guessing game in which you guess a number 1 through ten. If you guess the correct number, you double the money you bet....
River Scheepens's user avatar
10 votes
5 answers
1k views

This is just something I did in my free time. How can I improve my code as a beginner? Is there an alternative to using isalpha() What are other efficient ways to ...
Rollis's user avatar
  • 101
1 vote
1 answer
156 views

I have started learning to program in Python. I watched a YouTube course for beginners creating the well known "guess the number" game. I have attempted to write an improved version of the ...
Enes's user avatar
  • 29
7 votes
3 answers
863 views

I am very new to C++ and I've tried to write a simple number guessing game. I know it is a basic task but I'd really appreciate any feedback that could help me improve my writing. Thanks! ...
Gizem's user avatar
  • 105
5 votes
2 answers
940 views

I have commented out two attributes (in random_number_guesser.py) which I believe are unnecessary. Am I correct in assuming that, because the code runs correctly without their implementation, they ...
dylanbobbyromero1's user avatar
10 votes
2 answers
1k views

I'm new to assembly and I've just finished this guessing game that I wanted to make to improve my skills in this language. It runs in a Unix environment and does the following: generates a random ...
Abel Gérard's user avatar

15 30 50 per page
1
2 3 4 5
14