...

/

Challenge: Guess the Number

Challenge: Guess the Number

Test yourself by coding a small game.

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 ...