.__.
| |
|
|
|
|
| _____
A simple project for studying the Java language, using third-party libraries, and object-oriented programming.
Observation
You must have Java installed and Maven to install the libraries.
Clone the repository, and then use Maven to install the dependencies.
git clone https://github.com/Ahosall/HangMan.git
cd HangMan
mvn install
After finishing cloning and installing the dependencies, you can compile to run.
mvn clean package
And finally, just execute.
java -jar target/hangman-<version>.jar # Insert the version that is in pom.xml:9