Skip to content

thiagodnf/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A game for guessing a number between 1 and 1000

GitHub Release GitHub contributors GitHub stars MIT Licence Open Source Love

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

npm install

Run the development enviroment

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.

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!

❤️