Skip to content

LCLPYT/arcade-party-2

Repository files navigation

arcade-party-2

A Minigame for Minecraft: Java edition where players compete to win different smaller games. Whoever wins the most games wins!

Documentation available at: https://lclpyt.github.io/arcade-party-2-docs/

Run using docker

With Docker installed, you can use compose to start a production-ready server:

docker compose up --build -d

The container will be persisted between runs. That means, if you update the project, you may end up with outdated config files. If the container fails to start after an update, you can remove the container:

docker compose rm

After that, start the container as usual.

Create a new minigame

You can use the Python TUI helper script to bootstrap a new minigame. Make sure to have the latest Python installed.

First, setup a virtual environment:

python -m venv .venv
source .venv/bin/activate
pip install -r scripts/requirements.txt

Now, execute the TUI script:

python scripts/make_minigame.py

About

A Minigame for Minecraft: Java edition where players compete to win different smaller games. Whoever wins the most games wins!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors