Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdolan/quetoo
Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
https://github.com/jdolan/quetoo
Last synced: 6 days ago
JSON representation
Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
- Host: GitHub
- URL: https://github.com/jdolan/quetoo
- Owner: jdolan
- Created: 2013-04-21T23:29:53.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-25T01:10:04.000Z (8 months ago)
- Last Synced: 2024-10-26T23:11:25.110Z (18 days ago)
- Language: C
- Homepage: http://quetoo.org
- Size: 48.6 MB
- Stars: 203
- Watchers: 27
- Forks: 28
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Linux Build Status](http://ci.quetoo.org/buildStatus/icon?job=Quetoo-Linux-x86_64-master)](http://ci.quetoo.org/job/Quetoo-Linux-x86_64-master/)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/647d2fdblb63rkhy?svg=true)](https://ci.appveyor.com/project/Paril/quetoo)
[![GPLv2 License](https://img.shields.io/badge/license-GPL%20v2-brightgreen.svg)](https://opensource.org/licenses/GPL-2.0)
![This software is BETA](https://img.shields.io/badge/development_stage-BETA-yellowgreen.svg)# Quetoo BETA
![Quetoo BETA!](https://user-images.githubusercontent.com/643118/147579456-f045a7a3-38ed-4a51-88e3-d9ca6e4f132c.jpg)
## Overview
[_Quetoo_](http://quetoo.org) ("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.
## Features
* 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.## Downloads
Preview releases of _Quetoo_ for all platforms are available for download on the [project website](http://quetoo.org/pages/downloads). Installation instructions are available there as well.
## Community
Looking for a game? Join the official [Quetoo Discord](https://discord.gg/unb9U4b) server.
## Compiling
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](http://quetoo.org/books/documentation/developing-and-modding) for further details.
The following dependencies are required:
* [ObjectivelyMVC](https://github.com/jdolan/ObjectivelyMVC/)
* [PhysicsFS](https://icculus.org/physfs/)
* [OpenAL](https://www.openal.org/)
* [libsndfile](http://mega-nerd.com/libsndfile/)
* [glib2](https://developer.gnome.org/glib/)
* [ncurses](https://www.gnu.org/software/ncurses/)
* [libxml2](http://xmlsoft.org/)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 using `git`:
git clone https://github.com/jdolan/quetoo-data.git
sudo ln -s quetoo-data/target /usr/local/share/quetooMore information on hacking on _Quetoo_ is available [on the project website](http://quetoo.org/books/documentation/developing-and-modding).
## Support
Support is available via [Discord](https://discord.gg/unb9U4b).