Challenge: Guess the Number
Test yourself by coding a small game.
We'll cover the following...
Problem statement
Write a simple game where the player must find a hidden number drawn from a collection of numbers like [12, 65, 87, 113, 1, 5]
.
When ...