Urban Terror FPS is as realistic as today's headlines


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Urban Terror FPS is as realistic as today's headlines
# 1  
Old 06-03-2008
Urban Terror FPS is as realistic as today's headlines

Tue, 03 Jun 2008 18:00:00 GMT
Over the past two years, I've reviewed free software first-person shooters including Tremulous, Alien Arena, and Nexuiz -- all top-notch games. Now we can add Urban Terror to that list. While the first three sport other-worldly, sci-fi-style opponents, Urban Terror goes for realistic opponents -- as realistic as today's headlines. You're fighting terrorists in Algiers and other locations around the globe, and you're using realistic weaponry to do it.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

meaning of today=${1:-${today}}

what does today=${1:-${today}} mean??? I saw a script which has these two lines: today=`date '+%y%m%d'` today=${1:-${today}} but both gives the same value for $today user:/export/home/user>today=`date '+%y%m%d'` user:/export/home/user>echo $today 120326... (2 Replies)
Discussion started by: Vidhyaprakash
2 Replies
Login or Register to Ask a Question
QTADS(6)							   User Manuals 							  QTADS(6)

NAME
QTads - Multimedia interpreter for TADS games SYNOPSIS
qtads [ game-file ] DESCRIPTION
QTads is an interpreter that can run games written in TADS. TADS is a programming language written by Michael J. Roberts, designed to implement text-adventure games (Interactive Fiction), similar to those developed by Infocom in 1980-1990, as well as other companies (like Legend Entertainment, Level 9, etc). If you liked games like "Zork", "Adventure", "Trinity", or "Eric the Unready", you'll feel right at home. This version of QTads supports both TADS versions in use today; traditional TADS 2 as well as the new TADS 3 format. It runs on a variety of systems, including MS Windows and every Unix system for which the Qt library is available, including Linux and Mac OSX. OPTIONS
With no arguments, QTads will by default ask you for a filename, unless this prompting has been disabled in the configuration dialog. The optional filename can be used to start a game immediately. LICENSE
QTads is a Free program, dual-licensed under the GNU General Public License (GPL) as well as the HTML TADS Freeware Source Code License. See the file COPYING (included in the package of the program), or the "Help->About" menu for details. AUTHORS
This program is written and maintained by Nikos Chantziaras <realnc@gmail.com>. ACKNOWLEDGEMENTS
The reference implementation of the TADS VM was done by Mike Roberts. Several people helped making QTads a better program. See the file CREDITS or the "Help->About" menu for a list of names. SEE ALSO
frotz(6), inform(1) April 2010 QTADS(6)