Skip to content

EEmmanuel7/quetoo

 
 

Repository files navigation

Stories in Ready Build Status Join the chat at https://gitter.im/jdolan/quetoo

Quetoo BETA

Quetoo BETA

Overview

Quetoo is a Free, standalone first person shooter video game based on id Tech2. Our goal is to bring the fun of oldschool deathmatch to a more contemporary platform, and perhaps to a new generation of gamers. Quetoo is multiplayer-only. There is no single-player or offline gameplay mode. If you have no Internet and no friends, Quetoo might not be for you. Some of Quetoo's features include:

  • Deathmatch, Capture, Instagib, and Rocket Arena gameplay modes right out of the box.
  • Teams Play and Match Mode support, with Warmup and Ready functionality.
  • High quality original levels and remakes of Quake series classics.
  • Original sounds and game music by Roland Shaw.
  • 100% free to download, play and modify. See our licensing page.

Downloads

Preview releases of Quetoo for all platforms are available for download on the project website. Installation instructions are available there as well.

Compiling

Compilation of Quetoo is only recommended for users running GNU/Linux or MacOS X. Windows users should consider using our cross-compiled snapshots. For more information, see Installation and Maintenance.

Quetoo builds with GNU Autotools. To build it, run the following:

autoreconf -i
./configure [--with-tests --with-master]
make && sudo make install

Installing

To have a working game, you must install the game data. You have two options: git or rsync. If you wish to work on or modify the game data, you should use git:

git clone https://github.com/jdolan/quetoo-data.git
sudo ln -s quetoo-data/target /usr/local/share/quetoo

If you have no plans to modify the game data, you can simply run sudo make rsync-data from the source code working copy.

More information on hacking on Quetoo is available on the project website.

Support

  • The IRC channel for this project is #quetoo on irc.freenode.net

About

A Free, standalone first person shooter video game based on id Tech2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • C++ 2.0%
  • Objective-C 0.5%
  • GLSL 0.4%
  • Shell 0.3%
  • Makefile 0.2%
  • Other 0.2%