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

https://github.com/denisecase/guessmynumber

A Java Guess the number game from https://hackr.io/blog/java-projects
https://github.com/denisecase/guessmynumber

Last synced: over 1 year ago
JSON representation

A Java Guess the number game from https://hackr.io/blog/java-projects

Awesome Lists containing this project

README

          

# GuessMyNumber
A Java Guess the number game from https://hackr.io/blog/java-projects

## Challenge

1. Copy refactor GuessingGame.java to GuessingGameDone.java.
2. In the new file, implement some of the recommmended "TODO" items.

## References

1. [10 Free Java Projects for Beginners 2022 [With Source Code]](https://hackr.io/blog/java-projects) by [Simran Kaur Arora](https://hackr.io/blog/author/simran-arora)
2. [jOptionPane](https://docs.oracle.com/javase/7/docs/api/javax/swing/JOptionPane.html)