xonotic
xonotic-sdl 0.8.6
Free fast-paced first-person shooter
<rendered-html><p>Xonotic is a free, fast-paced first-person shooter that works on Windows, macOS and Linux. The project is geared towards providing addictive arena shooter gameplay which is all spawned and driven by the community itself. Xonotic is a direct successor of the Nexuiz project with years of development between them, and it aims to become the best possible open-source FPS of its kind.</p> </rendered-html>
https://www.xonotic.org/GNU General Public License v2.0 or later
main program: xonoticprograms: -
Maintainers
Platforms (24)
riscv32-linuxarmv5tel-linuxarmv6l-linuxi686-linuxs390x-linuxx86_64-linuxpowerpc-linuxs390-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ xonotic ];
Ad-hoc shell
nix-shell -p xonotic
Flake (nix run)
nix run nixpkgs#xonotic