All checks were successful
CI / deploy (push) Successful in 4m46s
Dice-Tower
... they see them rolling ...
Key Features • How To Build • Credits • License
Key Features
- Connect to a room with others
- Configure your dice (theme and color)
- Roll any dice
- See the dice roll (Can be used as a Browser Source in OBS)
- Watch roll results (also available as Browser Source in OBS)
How To Build
To clone and run this application, you'll need git
, java21
and docker
.
# Clone this repository
$ git clone https://git.arindy.de/arindy/dice-tower.git
# Go into the repository
$ cd dice-tower
# Build the binary
$ ./mvnw clean verify -Pnative
# Build the container
$ docker build -f src/main/docker/Dockerfile.native-micro -t dice-tower .
# run the container in the background
$ docker run --network host -d dice-tower
# Visit the dice-tower in your browser on http://localhost:8080
Credits
This software uses the following open source packages:
License
GPL-3
Description
Languages
HTML
48.4%
JavaScript
24.4%
Kotlin
19%
CSS
8.2%