Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
/ L-Type Public archive

Multiplayer shoot them up inspired by R-Type

License

Notifications You must be signed in to change notification settings

etoome/L-Type

Repository files navigation

L-Type

Multiplayer shoot them up inspired by R-Type

Play in the browser

docker compose up -d --build

Go to: https://localhost:1793/

  • User : kasm_user
  • Password: password

Develop in local

Dependencies

DPKG

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

RPM

Change for Arch

Pacman

To install all dependencies on Arch Linux/Manjaro:

sudo pacman -Syu ncurses sqlite libgcrypt sdl2 sdl2_image sdl2_ttf sdl2_mixer python

Installation

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.

Administrator

  • User : admin
  • Password: password

Authors