Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesi21/guess_the_number
Small guessing game.
https://github.com/mesi21/guess_the_number
game guessing-game javascript
Last synced: 10 days ago
JSON representation
Small guessing game.
- Host: GitHub
- URL: https://github.com/mesi21/guess_the_number
- Owner: Mesi21
- Created: 2021-10-12T07:01:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T12:05:01.000Z (over 3 years ago)
- Last Synced: 2025-01-16T00:15:46.857Z (30 days ago)
- Topics: game, guessing-game, javascript
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess-The-Number
This is a small guessing game. The player can guess a randomly selected secret number. The page was built using JavaScript.
- - - -
![screenshot](./Assets/images/screenshot1.png)# Built With
* JavaScript
* HTML
* CSS# Getting Started
To get a local copy up and running follow the next steps:
> Clone the repo to you local machine.
```bash
git clone "https://github.com/Mesi21/Guess_the_number.git"
```## Author
#### :bust_in_silhouette: Molnar Emese
- [Mesi21](https://github.com/Mesi21)
- [Email:](mailto:[email protected]) - [email protected]
- [Portfolio]()
- [LinkedIn](https://www.linkedin.com/in/emesemesimolnar/).
- [Twitter](https://twitter.com/buksimesi21)
- [AngelList]()## 🤝 Contributing
All contributions, issues and feature requests are welcome!1. Fork it (https://github.com/Mesi21/Guess_the_number.git)
2. Create your working branch (git checkout -b [choose-a-name])
3. Commit your changes (git commit -am 'what this commit will fix/add/improve')
4. Push to the branch (git push origin [chosen-name])
5. Create a new Pull Request## Show your support
Give a ⭐️ if you like this project.## :wave: Acknowledgments
* Jonas Schmedtmann