Menu

Tree [r63] /
 History

HTTPS access


File Date Author Commit
 branches 2011-06-21 mazipha [r44] Create a 1.1.7 version to fix src/Makefile.am
 manual 2007-08-06 lifo2 [r1] Initial import. Previous versions are in CVS.
 resources 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 src 2020-11-06 lifo2 [r63] Convert std::auto_ptr (deprecated in C++11) to ...
 tags 2010-02-14 mazipha [r35] Create branch 1.1.6 from revision 1 in order to...
 AUTHORS 2012-02-12 mazipha [r54] add man page. Change small log messages
 COPYING 2007-08-06 lifo2 [r1] Initial import. Previous versions are in CVS.
 ChangeLog 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 INSTALL 2009-10-16 mazipha [r28] Finishing implementing the shop and the car upg...
 Makefile.am 2012-02-12 mazipha [r54] add man page. Change small log messages
 Makefile.in 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 NEWS 2007-08-06 lifo2 [r1] Initial import. Previous versions are in CVS.
 README 2012-02-10 mazipha [r53] Fix Readme File
 README.install 2012-02-10 mazipha [r53] Fix Readme File
 TODO 2007-08-06 lifo2 [r1] Initial import. Previous versions are in CVS.
 aclocal.m4 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 configure 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 configure.ac 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 depcomp 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 doxy.cfg 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 install-sh 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...
 missing 2019-12-26 mazipha [r57] Fix potential crash when buying last upgrade. F...

Read Me

                     TROPHY
                     
          http://trophy.sourceforge.net

       Programming, Graphics and Sounds by 
       
                 Andrew Mustun
		 Matthieu Lecesne
		 Colin Pitrat
                 
               andrew@mustun.com
	       matthieulecesne@yahoo.fr
	       colin.pitrat@gmail.com
               
               
               
TROPHY is a car racing game with some special features
like shooting and dropping bombs.


Use
---

You can run TROPHY by changeing to its directory and then 
typing ./trophy on your console. 

There are some options for TROPHY which might be of interest:

-f or --fullscreen   runs TROPHY in full screen mode
--fast               for slow computers and impatient users
--640x480            
--800x600
--1024x768           run with given resolution
--nosound            well, no sound
--help				 show all available options

e.g.
./trophy -f --800x600 --nosound

will run TROPHY in full screen mode with a resolution
of 800x600 and without sound.

The control keys are:

Arrow keys for steering, gas and break
A   Turbo
X   Shoot
C   Drop bombs
ESC Finishes current race immediately


Thanks
------
Many thanks to all the people who provided something
useful to TROPHY. Especially I like to thank the ClanLib
team for their effort to provide a cool game library for
Linux.