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.
- Deathmatch, Capture, Instagib, Duel and Rocket Arena gameplay modes
- Teams Play and Match Mode support
- High quality remakes of id Software's legendary Quake II deathmatch levels, as well as originals
- Original sounds and game music by Roland Shaw, Anthony Webb and Jacob Zammit.
- 100% free to download, play and modify. See our licensing page.
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.