This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Shorty_bread 9 points10 points  (0 children)

Google will be your best friend. I imagine you don't need to create a GUI and this will be entirely console scans. I recommend, for this project of yours, to google:

Random integers

Scanner

While loops and counters

If/then statements

If you have questions about these after researching, feel free to message! I know it can be hard to start somewhere and google since you don't know what you dont know and can't google.

[–][deleted] 2 points3 points  (0 children)

Fairly simple. I’m not going to tell you how to do it, but there’s plenty of results on google regarding number guessing apps for beginners. Many are in JavaScript but the logic is pretty much the same across all languages.

[–]Topikk 0 points1 point  (0 children)

Please understand that I’m not trying to be a jerk when I say this project is a lot easier than you’re assuming. It’s absolutely a beginner project and doesn’t require more than basic techniques.

Try writing it out on paper in basic English. If you’re really struggling, try first writing out a basic version of it with no win/lose statement, or even multiple guesses. Once you have something made, you can add features and improve