NwaoghorPraise2 / js-guessing-game

Think you can out smart a machine? Knock you self out with this fun guess game.

Home Page:https://324972ef-2346-4cb5-a739-bf510b1015e3-00-2gv7vcpi7frmd.spock.replit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


NumGu

Think you can out smart a machine? Knock you self out with this fun guess game.

View Demo . Report Bug . Request Feature

Downloads Contributors Issues License

About The Project

Screen Shot

The objective of the game is to guess a random number generated by the computer within a certain range. The range of the game can be adjusted by the user. Once the user makes a guess, the game provides feedback on whether the guess is too high or too low. The user continues to make guesses until they correctly guess the number, at which point the game congratulates the player and prompts them to play again.

The game's code is written in HTML, CSS, and JavaScript. It uses JavaScript's Math.random() function to generate a random number within the user-specified range. The game logic is implemented using JavaScript conditional statements, loops, and functions.

Overall, the game is a simple yet fun way to test your guessing skills, and it provides a good opportunity for beginners to learn basic JavaScript concepts.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Things I learnt while working on this project:

  • How to build a landing page with HTML CSS and JS
  • How to make a website responsive with CSS
  • How to make use of DOM manipulations in websites

Built With

This project was built the following technologies:

Requirements

  • Modern web browser (Chrome, Safari, Firefox or IE +10).
  • Basic Javascript Knowlegde.
  • Install Live Server on Vscode.

Installation

  • Clone the repo. (git clone)
  • Perform the following:
$ cd js-guessing-game
$ run live server

Features:

  • Computer guess a number, users try to guess what the number is.

Authors

Acknowledgements

About

Think you can out smart a machine? Knock you self out with this fun guess game.

https://324972ef-2346-4cb5-a739-bf510b1015e3-00-2gv7vcpi7frmd.spock.replit.dev

License:MIT License


Languages

Language:JavaScript 34.1%Language:HTML 32.3%Language:CSS 32.1%Language:Nix 1.5%