You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Number guessing game: A fun and interactive JavaScript game where players must guess a randomly generated number. With different messages depending on the user's input, this project showcases my ability to create engaging and dynamic user experiences.
Project Objective
This JavaScript number guessing game project's main goal is to code a game where the user must guess a randomly generated number from 1 to 20.
Depending on the number input, the user receives different messages until they guess the secret number.