Skip to content

A very basic number guessing game built with: HTML5, CSS3 and JavaScript

Notifications You must be signed in to change notification settings

SammyLeths/number-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Number Prediction

A very basic number guessing game.

The game randomly selects a number between 1 and 20 that you have to guess.

Every wrong guess deducts 1 point from your score.

Your score at the time of guessing the right number becomes your highscore.

After a successful guess, you can start the game all over with the 'Try again' button in a bid to beat your previous highscore.

Screenshot

simple-number-prediction

Links

Tech Stack

HTML CSS3 JAVASCRIPT

Helpful Resources

  • HTML5:
    • MDN: Mozilla Developer Network - HTML (HyperText Markup Language)
    • W3SCHOOL: HTML Introduction
  • CSS3:
    • MDN: Mozilla Developer Network - CSS (Cascading Style Sheets)
    • W3SCHOOL: CSS Introduction
  • JAVASCRIPT:
    • MDN: Mozilla Developer Network - JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions
    • W3SCHOOL: JavaScript Introduction
  • MUGSHOTBOT: Automatic beautiful link previews

Author's Links