Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.14 KB

Codecademy Number Guesser Project

Table of contents

Project Goals

In this project, you’ll write JavaScript functions to power a small guessing game. Your code will run in the browser instead of just the terminal, but you have an output section to help you test your functions and show you if you have syntax errors.

Built with

  • HTML
  • CSS
  • JavaScript

How to play

To play the game, go to Play Number Guesser. Pick a number between 0-9. Try and guess a number that will be the closest to the mystery number. Whoever is closer, you or the computer, will win. Hit the 'next round' button to play another round. The game will keep the ultimate score. Hit refresh to start over.

Challenges and Credits

This was a practice project from the full stack program at Codeacademy.
I wrote all of the script.js file and made some changes to game.js file.
index.html, style.css and game.js were given to me.