An open API service indexing awesome lists of open source software.

https://github.com/codabytez/guessing_game


https://github.com/codabytez/guessing_game

css html html-css-javascript javascript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# A GUESSING GAME

## Description

This is a guessing game that asks the user to guess a number between 1 and 100. The user will be prompted to enter a number and the program will tell the user if the number is too high or too low. The user will be prompted to enter a new number until the correct number is guessed. Once the correct number is guessed, the program will tell the user how many guesses it took to get the correct number.

## Rules

- The user will be prompted to enter a number between 1 and 100.
- The user will be told if the number is too high or too low.
- The user will be prompted to enter a new number until the correct number is guessed.
- Once the correct number is guessed, the program will tell the user how many guesses it took to get the correct number.

## Demo

[Live Demo](https://guessing-game-teal.vercel.app/)

## Tech Stack

**Client:** HTML, CSS, Javascript

## License

![Licence](https://img.shields.io/github/license/codabytez/guessing_game?style=flat-square)

---

## Badges

![GitHub top language](https://img.shields.io/github/languages/top/codabytez/guessing_game?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/codabytez/guessing_game?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/codabytez/guessing_game?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/codabytez/guessing_game?style=for-the-badge)
![HTML](https://img.shields.io/badge/HTML-05122A?style=for-the-badge&logo=html5) 
![CSS](https://img.shields.io/badge/CSS-05122A?&style=for-the-badge&logo=css3&logoColor=blue) 
![JavaScript](https://img.shields.io/badge/JavaScript-05122A?style=for-the-badge&logo=javascript) 
![Vercel](https://img.shields.io/badge/Vercel-05122A?style=for-the-badge&logo=vercel) 
![VSCode](https://img.shields.io/badge/VSCode-05122A?style=for-the-badge&logo=visual-studio-code&logoColor=blue) 
![Git](https://img.shields.io/badge/Git-05122A?style=for-the-badge&logo=git) 
![GitHub](https://img.shields.io/badge/GitHub-05122A?style=for-the-badge&logo=github)