Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagodnf/guess-the-number
A game for guessing a number between 1 and 1000
https://github.com/thiagodnf/guess-the-number
adivinhe-o-numero game guess-the-number jogo js
Last synced: about 2 months ago
JSON representation
A game for guessing a number between 1 and 1000
- Host: GitHub
- URL: https://github.com/thiagodnf/guess-the-number
- Owner: thiagodnf
- License: mit
- Created: 2018-12-03T14:02:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T22:38:11.000Z (5 months ago)
- Last Synced: 2024-08-24T23:31:59.202Z (5 months ago)
- Topics: adivinhe-o-numero, game, guess-the-number, jogo, js
- Language: HTML
- Homepage: https://thiagodnf.github.io/guess-the-number/
- Size: 1.36 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A game for guessing a number between 1 and 1000
[![GitHub Release](https://img.shields.io/github/release/thiagodnf/guess-the-number.svg)](https://github.com/thiagodnf/guess-the-number/releases/latest)
[![GitHub contributors](https://img.shields.io/github/contributors/thiagodnf/guess-the-number.svg)](https://github.com/thiagodnf/guess-the-number/graphs/contributors)
[![GitHub stars](https://img.shields.io/github/stars/thiagodnf/guess-the-number.svg)](https://github.com/thiagodnf/guess-the-number)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)## How to play?
Access https://thiagodnf.github.io/guess-the-number/
## How this works?
The computer will think of a random number from 1 to 1000, and ask you to guess it. The computer will tell you if each guess is too high or too low. You win if you can guess the number.
This is a good game to code because it uses random numbers, loops, and input from the user in a short program. You’ll learn how to convert values to different data types, and why you would need to do this More information at https://inventwithpython.com/chapter4.html
## Screenshots
## For Developers
Install the dependencies
```bash
npm install
```Run the development enviroment
```bash
npm run dev
```## Questions or Suggestions
Feel free to access the discussions tab as you need
## Contribute
Contributions to the this project are very welcome! We can't do this alone! Feel free to fork this project, work on it and then make a pull request.
## License
Licensed under the [MIT license](LICENSE).
## Donate
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, reach out to me if you want to do it.
Thanks!
❤️