Ultrono Arena Linux client

Install runtime dependencies on Ubuntu 22.04/Debian:

  sudo apt install libgl1 freeglut3 libasound2

Some newer distributions package the GLUT runtime as libglut3.12 instead of
freeglut3.

Run the client from this directory:

  ./run-uacl.sh

You can also run ./uacl directly from this directory.

Basic controls:
- Esc opens and closes the menu.
- Tilde/backtick opens and closes the console.
- Up arrow switches to fullscreen.
- Down arrow switches back to windowed mode.
- F3 marks you ready; F4 marks you not ready.

Default movement keys are R/F/D/G plus Space to jump. Mouse buttons fire the
default weapon binds from autoexec.cfg.

To join a server, use the menu server browser or open the console and run:

  connect HOST:PORT

For a local server on the default port:

  connect localhost

You can customize controls and settings in autoexec.cfg.
