CodeWithMe100 / Number-guessing-game

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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**.
 1. Change the current working directory to the location where you want the cloned directory.
 1. Type `git clone https://github.com/Sagar-Sharma-7/Number-guessing-game.git`
 1. Press **Enter** to create the clone of this repositary.
 `


 ## How to reach me?
 [ ![ForTheBadge makes-people-smile](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:6969sagarsharma@gmail.com)
 <hr>
 <br>

[![Follower](https://img.shields.io/github/followers/sagar-sharma-7?style=social)](https://github.com/Sagar-Sharma-7)
 <hr>
 <p float="left">

[![ForTheBadge built-with-love](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/Sagar-Sharma-7)
[ ![ForTheBadge makes-people-smile](https://forthebadge.com/images/badges/makes-people-smile.svg)](https://github.com/Sagar-Sharma-7)

</p>

[![alttext](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sagar-Sharma-7)
![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)


About

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

License:MIT License


Languages

Language:HTML 34.7%Language:CSS 33.5%Language:JavaScript 31.8%