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
This is a game where the user must guess a number between 1 and 100. The project is developed with Javascript and with the objective of learning programming logic.
This is a number guessing game developed in Javascript.
To run this game you need to open the index.html file in the browser.
The "start" button will call a function in app.js which starts the game.
About
This is a game where the user must guess a number between 1 and 100. The project is developed with Javascript and with the objective of learning programming logic.