Main > Free Download Search >

Free jump run software for linux

jump run

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4964
Jump n Bumb 1.55

Jump n Bumb 1.55


Jump & bump is a multiplayer game only with up to four players simultaneously. more>>
Youre a cute little bunny and you have to avoid the other bunnies from stomping on you and at the same time try to stomp as many opponents as possible.

Jump & bump is multiplayer only with up to four players simultaneously. Gather the local crew and have a blast.
<<less
Download (0.45MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1522 downloads
SDLjump 1.0.0

SDLjump 1.0.0


SDLjump is a clone of the Xjump game. more>>
SDLjump is a clone of the Xjump game. Jump as long as you can!

SDLjump is a clone of the simple yet addictive game Xjump, adding new features like multiplaying, unlimited FPS, smooth floor falling, themable graphics etc...

The goal in this game is to jump to the next floor so you dont fall down. As you go upper in the Falling Tower the floors will fall faster.

Try to survive longer than anyone. It might seem too simple but once youve tried youll realize how addictive this is.

<<less
Download (1.5MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1123 downloads
SuperBunguru 0.5

SuperBunguru 0.5


SuperBunguru is a 2d platform/arcade game. more>>
SuperBunguru is a 2d platform/arcade game.

SuperBunguru is a arcade game where your objective is jump from block to block to reach a goal at the top of a level.

To make this hard you cant return to a previous lower position. And to turn up the pace of the game blocks collapps when you stand on them too long.

SuperBunguru is inspired by Bunguru-Wa.

<<less
Download (0.90MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1210 downloads
run 0.1

run 0.1


run adds a service menu for all file types. more>>
run adds a service menu for all file types. This service menu will just call the file in the command line using the active folder as work folder.

Makes running some scripts and applications much easier (Some require work folder to be the same where they are located so double-clicking does not work).

Maybe a good fix would be to make it available only for files that have the executable permission

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
IPC::Run 0.80

IPC::Run 0.80


IPC::Run is a Perl module for system() and background procs w/ piping, redirs, ptys (Unix, Win32). more>> <<less
Download (0.087MB)
Added: 2006-09-25 License: Perl Artistic License Price:
1127 downloads
Jumpnbumpmenu 1.0.17

Jumpnbumpmenu 1.0.17


Jumpnbumpmenu is a frontend to Jump n Bump. more>>
Jump n Bump Menu is a graphical frontend to Jump n Bump. It is written in C# / Gtk# / Mono.

Thanks to everybody who helped make this release possible.

<<less
Download (0.11MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1559 downloads
Open Ski Jumping 0.2.0

Open Ski Jumping 0.2.0


Open Ski Jumping project is a ski jumping game. more>>
Open Ski Jumping project is a ski jumping game. Its a simulation game for the console and/or X11.

It contains fairly good graphics, and features like replays and hill records.

<<less
Download (MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1076 downloads
Atomorun 1.1_pre2

Atomorun 1.1_pre2


Atomorun project is an OpenGL Jump&Run clone. more>>
Atomorun project is an OpenGL Jump&Run clone.
In Atomorun, the character "Atomio" has to escape from an exploding nuclear bomb. The shockwave tries to catch you, so run as fast as you can!
It uses 3D OpenGL for the graphics, while the gameplay is 2D (just jump and run as fast as you can, left to right)
Enhancements:
- Forgot to put the body in a displaylist also...
- The glasses are black again (ooops)
- It is now possible to leave the "game over"-screen with a press on ENTER
- The level is now generated randomly and a little bit larger. Makes it much more difficult :)
- Redesigned the menu.
- Some code cleanup
- Added the acid fog, from which Atomio has to run away.
- Fixed bug, where you could change the direction of Atomio in the menu.
- Sound support added. (New dependency: SDL_mixer with ogg support)
- Textures are now stored in smaller and better PNGs. (New dependency: SDL_image with png support)
- If loading a PNG (or OGG) fails, it tries to load a BMP (or WAV). See docsINSTALL.win32, why. Grrr, why do I have to make a win32 build?
- Fixed menu bug. It was possible to press Escape in the menu after playing the game.
- Its now possible to change resolution and fullscreen mode with commandline arguments. Start "atomorun -h" for more help.
<<less
Download (1.9MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1074 downloads
IPC::Run::Simple 1.3

IPC::Run::Simple 1.3


IPC::Run::Simple is a simple system() wrapper. more>>
IPC::Run::Simple is a simple system() wrapper.

SYNOPSIS

# Run a command and check whether it failed
use IPC::Run::Simple;
run("echo Hello, O Cruel World")
or die "Command failed";

# Describe the failure
use IPC::Run::Simple qw($ERR);
run("echo Hello, O Cruel World")
or die "Command failed: $ERR";

# Use the :all tag instead of explicitly requesting $ERR
use IPC::Run::Simple qw(:all);
run("echo Hello, O Cruel World")
or die "Command failed: $ERR";

# Die with error message if command does not return 0
use IPC::Run::Simple qw(:Fatal);
run("echo Hello, O Cruel World");

# Allow other exit values without dying
use IPC::Run::Simple qw(:Fatal);
run(command => [ "echo", "Hello, O Cruel World!" ],
allowed => [ 1, 2, 5 ]);

This module is intended to be a very simple, straightforward wrapper around the system() call to make it behave more like other builtins.

run() will return a true value if the command was executed and return a successful status code, and false otherwise. The reason for the failure will be stored in the $IPC::Run::Simple::ERR variable (which is just $ERR if you import either $ERR or :all). The description of the reason was pulled almost directly from the system() documentation.
Optionally, you can import the :Fatal tag, which will cause run() to die() with an appropriate message if the command fails for any reason.

If you wish to allow nonzero exit values but still want to trap unexpected errors, you may use an expanded call syntax. Call run() with a set of key=>value pairs. The two implemented keys are command (an array reference containing the command to run) and allowed (an array reference of exit values that are allowed without causing run() to return false or throw an exception.)

<<less
Download (0.005MB)
Added: 2007-08-15 License: Perl Artistic License Price:
802 downloads
mixplayd 0.60

mixplayd 0.60


mixplayd is a daemon that can be told to play mp3 (and now also ogg) files from the local file system. more>>
mixplayd is a daemon that can be told to play mp3 (and now also ogg) files from the local file system. It cannot be controlled directly but with telnet. It has a built-in multi-channel mixer, so you can play several files on different channels with different volumes simultanously.
This is very useful for crossfading between songs. Another very useful feature is the change of the number of channels and even the number of soundcards and named pipes at run time! Yes, it also supports unix named pipes, so you can run it even without a soundcard!
The main purpose of mixplayd is to use it with special clients (= frontends) which can be found here (when theyre developed). A sample perl-client is included with the package.
mixplayd doesnt come with its own decoder, instead it needs a preinstalled working decoder. I strongly recommend madplay from underbit Technologies which can be obtained for free from http://www.underbit.com/products/mad/.
For OggVorbis listen support you will need an external decoder like ogg123 of the vorbis-tools.
Enhancements:
- version jump because of a lot of changes
- now recommended encoder is madplay because it better deals with corrupted files
- added second decoder definition for decoding ogg files
- automatic file type detection to choose the right decoder by looking at the file ending
- new function to skip silence at the beginning of a file: autocue
- fixed some bugs with process management (no more zombies)
- removed the whole mp3info subtree and left just the few files needed
- added ogginfo to get time information from ogg files (libvorbis needed!)
- now a check if the defined encoders can be found is done at start
- applied patch from Thomas Orgis to add the display of the status "stopped-pause" when a channel is paused
- code is more "purified" (great thanks to Andreas Hauser!)
<<less
Download (0.036MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1194 downloads
Robo Hunt 0.1

Robo Hunt 0.1


Robo Hunt is an action game where you have to run for life and plutonium. more>>
Robo Hunt is an action game where you have to run for life and plutonium.

Take all plutonium and dont be caught. The robot hunters are smart and they do not cheat.

<<less
Download (0.12MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1432 downloads
Mega Mario 1.3

Mega Mario 1.3


Mega Mario is a Mario clone + blood. more>>
Mega Mario is a Mario clone + blood. In the game you play Mario and your task is to free his brother Luigi, who was captured by the evil Bowser. Mario is controlled by Keyboard or Gamepad using the Arrowkeys to walk, Space / A to jump and CTRL / B to run/fire. After reaching a castle the game is saved and can be continued at any time by clicking on "Load Game".

Mega Mario also features a blood-mode, which makes killed enemies spread their blood all over the level! And if you have fun to create your own levels after completing the game, you can use the Level-Editor (read "Editor.txt"). For example you can send me your best levels and perhaps Ill build them into the game!

<<less
Download (3.8MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1808 downloads
mp3tocd

mp3tocd


mp3tocd is simple bash script for burning audio cd from mp3s and oggs. more>>
mp3tocd is simple bash script for burning audio cd from mp3s and oggs. Have fun! - cd into dir with selected mp3s or ogg and just run this script and wait for eject of burned Audio-CD

<<less
Download (0.90MB)
Added: 2005-09-26 License: Freeware Price:
846 downloads
Test-Run 0.0110

Test-Run 0.0110


Test-Run is an improved test harness for scripts that emit TAP (Test Anything Protocol). more>>
Test-Run is an improved test harness for scripts that emit TAP (Test Anything Protocol). It was forked from Test::Harness, and it uses TAP::Parser.

The project is used to analyze the output of the scripts and present it to the user in a summarized form. Test-Run features separation of the test-running backend and the command line frontend, a "runprove" utility for running tests from the command line, a plugin-system, and colors for the summary line.

<<less
Download (0.067MB)
Added: 2007-06-12 License: MIT/X Consortium License Price:
865 downloads
SquidClamAv 3.0

SquidClamAv 3.0


SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. more>>
SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. SquidClamAv script can run antivirus checks based on filename regex, content-type regex, and more. It is easy to install and works even with heavy Squid access.

<<less
Download (0.31MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1156 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5