Build a Number Guessing Game
Build a playable mini game using all basic Java concepts.
We'll cover the following...
It’s game time! In this lesson, you’ll bring together everything you’ve learned so far to build your first interactive Java game: a number guessing game. It’s simple, fun, and packed with great practice.
Goal
You’ll aim to:
Combine
Scanner
,if
,while
...