Project: Number Guessing Game
Build a number guessing game using random number generation.
You’ve come a long way! Now it’s time to build another classic browser-based game: The number guessing game.
Press + to interact
This game will test your ability to work with:
Variables and conditionals
Input from users
Random number generation
Loop-like behavior through repeated input
DOM manipulation
Goal
You will learn to build an interactive game where:
The computer ...