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
B::Debug(3pm)						 Perl Programmers Reference Guide					     B::Debug(3pm)

NAME
B::Debug - Walk Perl syntax tree, printing debug info about ops SYNOPSIS
perl -MO=Debug foo.pl perl -MO=Debug,-exec foo.pl DESCRIPTION
See ext/B/README and the newer B::Concise, B::Terse. OPTIONS
With option -exec, walks tree in execute order, otherwise in basic order. AUTHOR
Malcolm Beattie, "mbeattie@sable.ox.ac.uk" Reini Urban "rurban@cpan.org" LICENSE
Copyright (c) 1996, 1997 Malcolm Beattie Copyright (c) 2008, 2010 Reini Urban This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with this kit. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Artistic License for more details. You should have received a copy of the Artistic License with this kit, in the file named "Artistic". If not, you can get one from the Perl distribution. You should also have received a copy of the GNU General Public License, in the file named "Copying". If not, you can get one from the Perl distribution or else write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. perl v5.18.2 2014-01-06 B::Debug(3pm)