You should look up what a "Point and Click" adventure is, because this isn't one at all. That said, for a first time programming exercise, it's interesting. I'm also curious, are you familiar with the idea of a binary search, or did you avoid that on purpose, because your program could have gotten the number in a lot less searches if it weren't jumping around randomly.
Anyway, I hope you learned from the exercise, and keep developing your programming skills until you can make actual adventure games.