Number Guessing Game in Java
Explore the repository »
View Code
·
Report Bug
·
Request Feature
Table of Contents
jGuess is a simple number guessing game coded in Java. Internet access is not required. I am not responsible for any damages done to your PC while using jGuess. Bug reports, suggestions and tips are always welcome! Star this repository! 🌟
- Nothing special, it just works the way it's supposed to do :)
- Make sure you have
javac
andjava
executables installed and configured - Download the code, then compile it by typing
javac jGuess.java
- Run jGuess by typing
java jguess.Main
- jGuess will ask you for input.
- Guess the number until you find the correct one.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License. See LICENSE
for more information.
Jihed Kdiss - @jiokdiss - jihedkdiss@outlook.com
Project Link: https://github.com/jihedkdiss/jGuess