Skip to content

A simple project for studying the Java language, using third-party libraries, and object-oriented programming.

License

Notifications You must be signed in to change notification settings

Ahosall/HangMan

Repository files navigation

HangMan

.__.
|  |
|
|
|
|
|  _____

A simple project for studying the Java language, using third-party libraries, and object-oriented programming.

Compilation, packaging and use.

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

About

A simple project for studying the Java language, using third-party libraries, and object-oriented programming.

Topics

Resources

License

Stars

Watchers

Forks

Languages