car race
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 191
Robot Race 3
Robot Race project is an excellent 90% completed Robo Rally server needing an equivalent client. more>>
Robot Race project is an excellent 90% completed Robo Rally server needing an equivalent client.
Robot Race is a race game in which each player attempts to be the first to touch a series of flags by maneuvering a robot across a dynamic race course.
The game is for two to eight players playing independently or on teams. Frequently, the race will mutate into multi-player skirmishes as those players who are behind use their weaponry in an attempt to slow the opposition.
The simultaneous movement rules encourage clever strategies and counterstrategies as players try to second-guess their opponents
Enhancements:
- Changed some filenames to be more intuitive.
- Added an install script to install basic configuration files.
- Trying out the code for newcomers should be much simpler now.
- 3 typos fixed.
<<lessRobot Race is a race game in which each player attempts to be the first to touch a series of flags by maneuvering a robot across a dynamic race course.
The game is for two to eight players playing independently or on teams. Frequently, the race will mutate into multi-player skirmishes as those players who are behind use their weaponry in an attempt to slow the opposition.
The simultaneous movement rules encourage clever strategies and counterstrategies as players try to second-guess their opponents
Enhancements:
- Changed some filenames to be more intuitive.
- Added an install script to install basic configuration files.
- Trying out the code for newcomers should be much simpler now.
- 3 typos fixed.
Download (0.37MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1069 downloads
Net Worm Race 1.0
Net Worm Race project is a network snake game for up to 30 players. more>>
Net Worm Race project is a network snake game for up to 30 players.
Net Worm Race is a highly customizable on- line network game for up to 30 players. It is a variation on the well known "snake" theme.
Several worms (one for each player) keep growing from somewhere and can change their direction to certain angles (set in the settings) or change their speed by certain amounts in a given range.
If the head of a worm leaves the game area or another worm, the worm dies.
The game goes on until there is a single worm left.
<<lessNet Worm Race is a highly customizable on- line network game for up to 30 players. It is a variation on the well known "snake" theme.
Several worms (one for each player) keep growing from somewhere and can change their direction to certain angles (set in the settings) or change their speed by certain amounts in a given range.
If the head of a worm leaves the game area or another worm, the worm dies.
The game goes on until there is a single worm left.
Download (0.057MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1066 downloads
Space Racer 0.2.4
Space Racer project is a OpenGL Car Game in a galactic environment. more>>
Space Racer project is a OpenGL Car Game in a galactic environment.
It aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
<<lessIt aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
Download (0.96MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1079 downloads
Convert::RACE 0.07
Convert::RACE is a conversion between Unicode and RACE. more>>
Convert::RACE is a conversion between Unicode and RACE.
SYNOPSIS
use Convert::RACE;
$domain = to_race($utf16str);
$utf16str = from_race($domain);
This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings.
RACE converts strings with internationalized characters into strings of US-ASCII that are acceptable as host name parts in current DNS host naming usage.
<<lessSYNOPSIS
use Convert::RACE;
$domain = to_race($utf16str);
$utf16str = from_race($domain);
This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings.
RACE converts strings with internationalized characters into strings of US-ASCII that are acceptable as host name parts in current DNS host naming usage.
Download (0.004MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1167 downloads
Tux Racer 0.61
Tux Racer is a very fun arcade game for Linux. more>>
Tux Racer is a very fun arcade game for Linux.
The main goal in Tux Racer is to have fun! Race down mountainous terrain as quickly as possible, while collecting herring to increase your score!
Main features:
- Fun, easy to learn
- Exciting 3D courses
- Sophisticated physics result in thrilling rides down the mountains
- Collect herring while avoiding obstacles for high scores
- Race over a variety of surfaces, including fluffy snow and slick ice
- Race in various weather conditions and lighting conditions
- Create your own courses using any paint program such as The GIMP (no 3D modeller required)
- Suitable for all ages.
<<lessThe main goal in Tux Racer is to have fun! Race down mountainous terrain as quickly as possible, while collecting herring to increase your score!
Main features:
- Fun, easy to learn
- Exciting 3D courses
- Sophisticated physics result in thrilling rides down the mountains
- Collect herring while avoiding obstacles for high scores
- Race over a variety of surfaces, including fluffy snow and slick ice
- Race in various weather conditions and lighting conditions
- Create your own courses using any paint program such as The GIMP (no 3D modeller required)
- Suitable for all ages.
Download (0.62MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1425 downloads
ZRacer 1.0
ZRacer is a ncurses multiplayer racing game. more>>
ZRacer is a ncurses multiplayer racing game. It has a curses based semi-graphical interface, random track generator, editable settings and supports hotseat multiplayer.
The rules are simple - the higher on the screen, the faster you ride. Dont crash with rocks, kerbs, or your opponent and be the first on the finish line.
Main features:
- Semi-graphical ncurses driven interface.
- Hotseat multiplayer.
- Random track generator.
- Runs on both Linux and Windows, tested.
- Beautiful source code.
Instructions:
Player 1 controls his car with arrow keys, and player 2 does it with wsad. The higher the car is on the screen, the faster it moves. Game time is measured with turns, where 1 turn is the time needed to move the car when its at the top verge of the screen. The track has two kerbs and occasional rocks are generated. When a car hits a rock or a kerb, it explodes. Your goal is to get to the finish line without exploding and within shortest possible time. Have fun.
<<lessThe rules are simple - the higher on the screen, the faster you ride. Dont crash with rocks, kerbs, or your opponent and be the first on the finish line.
Main features:
- Semi-graphical ncurses driven interface.
- Hotseat multiplayer.
- Random track generator.
- Runs on both Linux and Windows, tested.
- Beautiful source code.
Instructions:
Player 1 controls his car with arrow keys, and player 2 does it with wsad. The higher the car is on the screen, the faster it moves. Game time is measured with turns, where 1 turn is the time needed to move the car when its at the top verge of the screen. The track has two kerbs and occasional rocks are generated. When a car hits a rock or a kerb, it explodes. Your goal is to get to the finish line without exploding and within shortest possible time. Have fun.
Download (MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1244 downloads
zeRace 0.6
zeRace project is a simple racing game. more>>
zeRace project is a simple racing game.
The purpose of this little car game is very simple : do the best time on each track.
It is inspired by the online game "Renault F1", as well as other free games like GeneRally and Trophy (I use some sounds from this game too).
Some tracks are those from the ICFP Programming Contest.
zeRace is coded in C and uses the SDL library.
<<lessThe purpose of this little car game is very simple : do the best time on each track.
It is inspired by the online game "Renault F1", as well as other free games like GeneRally and Trophy (I use some sounds from this game too).
Some tracks are those from the ICFP Programming Contest.
zeRace is coded in C and uses the SDL library.
Download (7.5MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
972 downloads
Car World 0.243
CarWorld is a small driving simulator/demo I use to test various things of interest. more>>
CarWorld is a small driving simulator/demo I use to test various things of interest. It was mostly developed when I was a student. Car World is released with the full source code under the GNU General Public License.
The rendering
The two top pictures represent an slightly older version (v0.072) but graphically similar of CarWorld as it was presented for my project. v0.072 includes an OpenGL based renderer allowing
file input and displaying of texture mapped models with interpolated surface normals, real time projected shadows (as seen in the dino lights example).
background object
on screen command line to modify visual and simulation parameters
The mechanics
based on classical mechanics
uses standard metrics (Newtons, meters, seconds...)
there are no constraints on the environment surface
variable length time increments and variable increment number means "CarWorld time" is not dependent on frame rate.
adjustable simulation specs include: metrics, mass, moment of inertia around rotation axis, suspension pre load, compression damping, rebound damping, engine torque output, air friction, surface friction.
<<lessThe rendering
The two top pictures represent an slightly older version (v0.072) but graphically similar of CarWorld as it was presented for my project. v0.072 includes an OpenGL based renderer allowing
file input and displaying of texture mapped models with interpolated surface normals, real time projected shadows (as seen in the dino lights example).
background object
on screen command line to modify visual and simulation parameters
The mechanics
based on classical mechanics
uses standard metrics (Newtons, meters, seconds...)
there are no constraints on the environment surface
variable length time increments and variable increment number means "CarWorld time" is not dependent on frame rate.
adjustable simulation specs include: metrics, mass, moment of inertia around rotation axis, suspension pre load, compression damping, rebound damping, engine torque output, air friction, surface friction.
Download (0.64MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1203 downloads
Toy Cars 0.3.3a
Toy Cars is a physics-based 2D racing game for Linux. more>>
Toy Cars is a physics-based 2D racing game for Linux. The graphics and the interface use SDL and OpenGL.
Toy Cars is partly inspired by Micromachines and partly by the old Atari ST game called Jupiters Masterdrive.
<<lessToy Cars is partly inspired by Micromachines and partly by the old Atari ST game called Jupiters Masterdrive.
Download (3.2MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
910 downloads
THC-WarDrive 2.3
THC-WarDrive is a tool for mapping your city for wavelan networks. more>>
THC-WarDrive is a tool for mapping your city for wavelan networks with a GPS device while you are driving a car or walking through the streets.
THC-WarDrive is effective and flexible, a "must-download" for all wavelan nerds.
Enhancements:
- fixed a bug with the -W option, forgot to reset a variable. result: showed always the information of the first wvlan found.
- rewrote the GPS data gathering function. old way fucked up the exact location too often and generated a too-long backlog. nearly all GPS gathering tools have this bug btw. things learned: cutn paste from tools isnt always the best new function rules. bah.
- some minor fixes and changes
<<lessTHC-WarDrive is effective and flexible, a "must-download" for all wavelan nerds.
Enhancements:
- fixed a bug with the -W option, forgot to reset a variable. result: showed always the information of the first wvlan found.
- rewrote the GPS data gathering function. old way fucked up the exact location too often and generated a too-long backlog. nearly all GPS gathering tools have this bug btw. things learned: cutn paste from tools isnt always the best new function rules. bah.
- some minor fixes and changes
Download (0.027MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1331 downloads
Linux distribution race 1.0
Linux distribution race is a cool car race for 4 players. more>>
Linux distribution race is a cool car race for 4 players, cars are named by Linux distributions (Mandrake, SUSE, RedHat, Debian).
You can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.
<<lessYou can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.
Download (1.2MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1422 downloads
Race Game 0.5
Racing Game is a Star Wars: Racer style game. more>>
Racing Game is a Star Wars: Racer style game based on OpenGL.
<<less Download (0.53MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1534 downloads
Crashtest 1.0
Crashtest simulates car crashes. more>>
Crashtest simulates car crashes. Crashtest is an educational tool that can be used to acquire much insight into this complex process.
The user can learn about the relation between speed and stopping distance. Also, many physical properties can be studied.
Crashtest is developed by Bram Stolk, SARA, and was commissioned by NWO for the Weten Week 2006 in the Netherlands.
<<lessThe user can learn about the relation between speed and stopping distance. Also, many physical properties can be studied.
Crashtest is developed by Bram Stolk, SARA, and was commissioned by NWO for the Weten Week 2006 in the Netherlands.
Download (0.55MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1107 downloads
Systrace 1.6d
Systrace enforces system call policies for applications by constraining the applications access to the system. more>>
The policy is generated interactively. Operations not covered by the policy raise an alarm, allowing an user to refine the currently configured policy.
For complicated applications, it is difficult to know the correct policy before running them. Initially, Systrace notifies the user about all system calls that an application tries to execute. The user configures a policy for the specific system call that caused the warning. After a few minutes, a policy is generated that allows the application to run without any warnings. However, events that are not covered still generate a warning. Normally, that is an indication of a security problem. Systrace improves cyber security by providing intrusion prevention.
Alternatively, policies can be learned automatically. In many instances, the automatically learned policies can be used for sandboxing immediately. Sometimes, minimal manual post-processing is necessary.
With Systrace, untrusted binary applications can be sandboxed. Their access to the system can be restricted almost arbitrarily. Sandboxing applications that are available only as binaries is only sensible, as it is not possible to directly analyze what they are designed to do. However, constraining the system calls that large open-source applications are allowed to execute is useful too, as it is very difficult to determine their correctness.
System call arguments can be rewritten dynamically. This effects a virtual chroot for the sandboxed application. It also prevents race conditions in the argument evaluation.
Main features:
- Confines untrusted binary applications.
- Interactive Policy Generation with Graphical User Interface.
- Supports different emulations:
- GNU/Linux, BSDI, etc..
- System Call Argument Rewriting.
- Non-interactive Policy Enforcement.
- Remote Monitoring and Intrusion Detection.
- Privilege Elevation: Add-on capabilities.
<<lessFor complicated applications, it is difficult to know the correct policy before running them. Initially, Systrace notifies the user about all system calls that an application tries to execute. The user configures a policy for the specific system call that caused the warning. After a few minutes, a policy is generated that allows the application to run without any warnings. However, events that are not covered still generate a warning. Normally, that is an indication of a security problem. Systrace improves cyber security by providing intrusion prevention.
Alternatively, policies can be learned automatically. In many instances, the automatically learned policies can be used for sandboxing immediately. Sometimes, minimal manual post-processing is necessary.
With Systrace, untrusted binary applications can be sandboxed. Their access to the system can be restricted almost arbitrarily. Sandboxing applications that are available only as binaries is only sensible, as it is not possible to directly analyze what they are designed to do. However, constraining the system calls that large open-source applications are allowed to execute is useful too, as it is very difficult to determine their correctness.
System call arguments can be rewritten dynamically. This effects a virtual chroot for the sandboxed application. It also prevents race conditions in the argument evaluation.
Main features:
- Confines untrusted binary applications.
- Interactive Policy Generation with Graphical User Interface.
- Supports different emulations:
- GNU/Linux, BSDI, etc..
- System Call Argument Rewriting.
- Non-interactive Policy Enforcement.
- Remote Monitoring and Intrusion Detection.
- Privilege Elevation: Add-on capabilities.
Download (0.20MB)
Added: 2006-04-24 License: BSD License Price:
1283 downloads
MiniRacer 1.04
MiniRacer is an OpenGL car racing game, based on IDs famous Quake engine. more>>
MiniRacer is an OpenGL car racing game, based on IDs famous Quake engine.
The goal of this project is, to port the original game, which was written for Win32, to Linux.
Further we want to add new features and make some redesign of the old project.
MiniRacer is Free Software. Its source code is licensed under the terms of the GPL.
Enhancements:
- With this release we have a fully supported version for Linux.
- It fixes many nasty bugs in the graphics engine, especially crashes on ATI hardware.
- We also have a dedicated server mode now.
- Most sounds and graphics are replaced.
- An important thing is that were now able to build maps, even on Linux: We added some example maps and entities for GtkRadiant to the current release.
<<lessThe goal of this project is, to port the original game, which was written for Win32, to Linux.
Further we want to add new features and make some redesign of the old project.
MiniRacer is Free Software. Its source code is licensed under the terms of the GPL.
Enhancements:
- With this release we have a fully supported version for Linux.
- It fixes many nasty bugs in the graphics engine, especially crashes on ATI hardware.
- We also have a dedicated server mode now.
- Most sounds and graphics are replaced.
- An important thing is that were now able to build maps, even on Linux: We added some example maps and entities for GtkRadiant to the current release.
Download (7.2MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
854 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above car race search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed