Skip to content

dbelob/guess-game

Repository files navigation

Guess Game

Screenshot

Guess name by picture or picture by name.

Running

  1. Install Java SE 8 or higher (JRE or JDK)

  2. Extract files from ZIP, for example:

    unzip guess-game-<version>.zip

  3. Change directory:

    cd guess-game-<version>

  4. Run:

    runme.bat (Windows)
    runme.sh (macOS or Linux)

  5. Access the running web application at:

    http://localhost:8080

Download

  1. Open Releases page

  2. Choose latest version

  3. Download guess-game-<version>.zip file

Compilation

  1. Install Java SE 8 or higher (JDK)

  2. Install Apache Maven 3.5.0 or higher

  3. From the command line with Maven (in the root directory):

    mvn clean package -DskipTests

  4. Change directory:

    cd guess-game-distrib/target

  5. Find distribution file:

    guess-game-<version>.zip

Further development

For the next versions of the application see JugruGroup/guess-game repository.