Guess name by picture or picture by name.
-
Install Java SE 8 or higher (JRE or JDK)
-
Extract files from ZIP, for example:
unzip guess-game-<version>.zip
-
Change directory:
cd guess-game-<version>
-
Run:
runme.bat
(Windows)
runme.sh
(macOS or Linux) -
Access the running web application at:
-
Open Releases page
-
Choose latest version
-
Download
guess-game-<version>.zip
file
-
Install Java SE 8 or higher (JDK)
-
Install Apache Maven 3.5.0 or higher
-
From the command line with Maven (in the root directory):
mvn clean package -DskipTests
-
Change directory:
cd guess-game-distrib/target
-
Find distribution file:
guess-game-<version>.zip
For the next versions of the application see JugruGroup/guess-game repository.