Multiplayer shoot them up inspired by R-Type
docker compose up -d --build
Go to: https://localhost:1793/
- User :
kasm_user
- Password:
password
To install all dependencies on Debian/Ubuntu:
sudo apt update && sudo apt upgrade
sudo apt install libncursesw5-dev libsqlite3-dev libgcrypt20-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev python3
Change for Arch
To install all dependencies on Arch Linux/Manjaro:
sudo pacman -Syu ncurses sqlite libgcrypt sdl2 sdl2_image sdl2_ttf sdl2_mixer python
Make sure you have installed all of the above dependencies before continuing.
To build without running:
make
To build and run client/server independently:
make run-server
make run-cli
make run-gui
Note: the server must be run before the client.
- User :
admin
- Password:
password