- Java project for studies: a basic number guessing game.
- Try to guess the number (from 1 to 100) in 6 chances!
Git
, Java
and JavaC
installed.
# Clone this project
$ git clone https://github.com/luizhf42/java-guessing-game
# Access
$ cd java-guessing-game/src/numberguessinggame
# Compile the application
$ javac -d . *.java
# Run the project
$ java numberguessinggame/App