Skip to content

This a simple Number Guessing Game. You will be given five chances to guess a number between one and hundred

License

Notifications You must be signed in to change notification settings

Sagar-Sharma-7/Number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi, I'm Sagar Sharma

A Simple Number Guessing Game. You will be given 5 chances to guess a number...


If you have any crazy idea then please pull request...

Result




Text Editor Used

alttext

Languages Used

html css js

Font used

@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap');

body{
    font-family: 'Langar', cursive;
}

How I am getting Random Number between 1 and 100

const randomNum = parseInt((Math.random() * 100));

How to get Font Awesome

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" integrity="sha512-PgQMlq+nqFLV4ylk1gwUOgm6CtIIXkKwaIHp/PAIWHzig/lKZSEGKEysh0TCVbHJXCLN7WetD8TFecIky75ZfQ==" crossorigin="anonymous" />

 <i class="fab fa-github"></i><!-- for github icon -->
<i class="fas fa-heart" title="love"></i><!--  for heat icon -->

Cloning this repositary using command line

  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone https://github.com/Sagar-Sharma-7/Number-guessing-game.git
  4. Press Enter to create the clone of this repositary. `

How to reach me?

ForTheBadge makes-people-smile



Follower


ForTheBadge built-with-love ForTheBadge makes-people-smile

alttext License: MIT