Quetoo ("Q2") is a free first person shooter for Mac, PC and Linux. Our goal is to bring the fun of oldschool deathmatch to a new generation of gamers. We're pwning nubz, one rail slug at a time.
Preview releases of Quetoo for all platforms are available for download on the project website. Installation instructions are available there as well.
Looking for a game? Join the official Quetoo Discord server.
Compiling Quetoo is only recommended for advanced users. Supported platforms and targets include GNU Linux, BSD, macOS, MinGW Cross Compile, and Microsoft Visual Studio. See Developing and Modding for further details.
The following dependencies are required:
Quetoo builds with GNU Autotools. To build it, run the following:
autoreconf -i
./configure [--with-tests --with-master]
make && sudo make install
To have a working game, you must install the game data using git
:
git clone https://github.com/jdolan/quetoo-data.git
sudo ln -s quetoo-data/target /usr/local/share/quetoo
More information on hacking on Quetoo is available on the project website.
Support is available via Discord.