Skip to content

JugruGroup/guess-game

 
 

Repository files navigation

GitHub Actions status codecov Quality Gate Status

Find, See, Guess the Speakers

There are two parts of the program:

  1. Search and view information about conferences, meetups, talks and speakers

  2. Guess the Speaker game

Information and statistics of conferences, meetups, talks, speakers:

Information

Statistics page contains OLAP cubes for event types, speakers and companies:

OLAP

3D visualization of OLAP cube:

3D

You need to guess the speaker, talk, company or tag cloud in the game:

Game

Running

Online

https://jugspeakers.info

Offline

  1. Install Java SE 21 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 21 or higher (JDK)

  2. Install Apache Maven 3.9.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

Packages

No packages published

Languages

  • Java 78.8%
  • TypeScript 12.4%
  • HTML 8.2%
  • SCSS 0.5%
  • JavaScript 0.1%
  • Shell 0.0%