Main > Free Download Search >

Free marble blast ultra easter eggs software for linux

marble blast ultra easter eggs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 117
Scrabble Blast Solver 0.1

Scrabble Blast Solver 0.1


Scrabble Blast Solver application more>>
Scrabble Blast Solver 0.1 offers you a professional and easy-to-use software which is an effective way to find and display words and their score for the popular online Scrabble Blast game. This product will be your good choice.

Enhancements: Only calculates the correct score of words for the first round.

<<less
Added: 2009-01-29 License: GPL Price: FREE
20 downloads
Alien Blaster 1.1.0

Alien Blaster 1.1.0


Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players. more>>
Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players.
alienblaster is an action-loaded 2D arcade shooter game.
Your mission in the game is simple: stop the invasion of the aliens by blasting them.
Simultaneous two-player mode is available.
Main features:
- many aliens to blast
- a big bad boss
- different weapons
- special items
- cooperative mode (2 players playing on 1 computer)
- gamepad/joystick support
- arcade mode with highscore
- open source
- published under GPL
- runs with Windows and Linux
<<less
Download (6.3MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
Ultra NES Manager 1.0-pre4

Ultra NES Manager 1.0-pre4


Ultra NES Manager (UNM) is an application for managing Nintendo Entertainment System ROM files. more>>
Ultra NES Manager (UNM) is an application for managing "Nintendo Entertainment System" ROM files. It is also a frontend for "tuxnes" emulator.
It provides fast acces to your NES files, and helps you to set up "tuxnes" easily.
Usage:
UNM stores all your NES files in one directory ("~/.unm/roms" as default), and displays all of them on a main screen. It would be wise to copy some ROMs to that location.
To play some game you need to select it from the list of found ROMs on the main screen, and click on a "PLAY" button. A nes emulator will start the selected game. Options related to ROMs collection are located on "ROMs" tab, emulator options can be found on "Advanced tab". Have fun.
Enhancements:
- whole configuration is saved automatically after quitting the application
- recent played ROMs are now saved, so they appear even after program restart
- added tooltips for "Play!" tab
- added "Quit" button on "Play!" tab
- added confirmation dialog box at Esc keypress, so you wont quit your game accidentally (requires patching tuxnes)
- updated FAQ
<<less
Download (0.041MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1493 downloads
GNOME FCE Ultra 0.6.0

GNOME FCE Ultra 0.6.0


GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. more>>
GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. GNOME FCE Ultra is designed for the GNOME desktop, and allows the user to easily play NES ROM images.
Main features:
- Network play
- Custom input configuration
- Fullscreen support
- Full sound support
- High compatibility and accurate emulation
<<less
Download (0.029MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
865 downloads
Tiny Marbles 1.0 Final

Tiny Marbles 1.0 Final


Tiny Marbles provides persistence for dynamic objects, through a data model that you can create, modify and extend at runtime. more>>
Tiny Marbles provides persistence for dynamic objects, through a data model that you can create, modify and extend at runtime.

It is useful for developers who need to create rapid prototypes with an unknown model and developers of applications that have inherently dynamic data models. Tiny Marbles project runs under Java 1.5, supports any database that Hibernate supports.

<<less
Download (8.5MB)
Added: 2007-08-16 License: The Apache License 2.0 Price:
801 downloads
Ultratron 1.5

Ultratron 1.5


Ultratron is an arcade game where you have to destroy the four evil robots of the Apocalypse! more>>
Ultratron is an arcade game where you have to destroy the four evil robots of the Apocalypse!
The last human has been slain by evil killer robots. You are the one remaining humanoid battle droid. Your mission is to avenge the human race, and destroy the four bots of the Apocalypse - Ieiunitas, Bellum, Lues and Letum!
Power up your droid with ever more powerful weaponry as you blast your way through the levels, avoiding Chasers, Turrets, Spawners, Minelayers, bombs, and bullets!
Main features:
- 70+ different robots to destroy
- 40+ levels of frantic shooter action
- 4 giant boss robots
- 10 powerups
- Bonus stages
- Online hiscore table
<<less
Download (MB)
Added: 2006-03-16 License: Freeware Price:
1604 downloads
Sarah-Maries Eierjagd 0.1

Sarah-Maries Eierjagd 0.1


Sarah-Maries Eierjagd is a small game that uses the SDL library. more>>
Sarah-Maries Eierjagd project is an arcade game that uses the SDL library. Catch as much eggs as you can, but none of the old eggs. Catch five golden eggs to fix one mistake.

Installation:

# cd path/to/src
# tar -xf Eier-0.1.tgz
# cd Eier
# make
# ./eier
( # ./eier --fullscreen )

<<less
Download (0.88MB)
Added: 2006-01-03 License: GPL (GNU General Public License) Price:
1389 downloads
LMarbles 1.0.7

LMarbles 1.0.7


LMarbles is an Atomix clone with a slight change in concept. more>>
LMarbles is an Atomix clone with a slight change in concept. Instead of assembling molecules you create figures out of marbles. Nevertheless, the basic game play is the same: If a marble starts to move it will not stop until it hits a wall or another marble.

To make it more interesting there are obstacles like one-way streets, crumbling walls and portals.

As Marbles is meant as a puzzle game you play against a move limit and not a time limit. This way you have as much time as you need to think.

<<less
Download (0.80MB)
Added: 2005-04-02 License: GPL (GNU General Public License) Price:
1673 downloads
Command Line WRAPper 0.3.0

Command Line WRAPper 0.3.0


Command Line WRAPper is a tool to build and run commands from input lines. more>>
Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs.

clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like multiple configure/make/make install after a fresh system installation. In practice, you have to generate a list of files/directories you want to manage, clwrap takes it in standard input and apply the command you want to apply for each files (lines) in input.

But you can do much more, in fact, its up to you to find how to use it ;).

examples:

- copying several files into one specific directory:

locate myfiles | clwrap -e cp {} mydir/

- renaming several files:

ls -1 ultra*
| clwrap -e "echo -n mv -v {}" -e "echo {} | sed s/ultra/ /"
| clwrap -e {}

- running a specific line in the shell history:

history | grep "482" | head -n 1 | sed s/ *[0-9]* *// | clwrap -v -e {}


- try all tv norms and frequency tables possible combinations with scantv:

cat norm
| clwrap -e "cat freq | clwrap -e echo scantv -n {} -f {}"
| clwrap -e {} > file 2>&1

- reformat source code, after a backup of course:

ls -1 | clwrap -e "cp {} {}.orig && flip -u {} && cat {}
| sed s/^[ t]*$//;/^$/d
| indent -kr -bad -bap -bbb -sob -i8 -l100 {} -o {}.tmp
&& mv {} tmp && mv {}.tmp {}"
<<less
Download (0.042MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
Marbles 1.0.0-1

Marbles 1.0.0-1


Marbles is a simple board game. more>>
Marbles is a simple board game. The objective is to take out as big groups of marbles as possible. Highscore system included. Ive also programmed some simple physics to make it look like the marbles fall.

If you hold the mouse over a cluster of marbles for a little while, then the potential score will show. You get bonuses if you remove eg. all the blue ones.

Installation:

./configure && make

su

./install_marbles.sh

exit

(Dont use "make install", if you did do a "make uninstall")

Start it by typing:

marbles

Its not programmed in QT, but it works in KDE.

Current record:

25960 points
- Held by a friend. Dont think anyone will beat that in a while:)

<<less
Download (0.18MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1311 downloads
Le Petit Poucet 0.1.0

Le Petit Poucet 0.1.0


Le Petit Poucet is free software to display and edit GPS routes and tracks in a 3D scene. more>>
Le Petit Poucet is free software to display and edit GPS routes and tracks in a 3D scene. The aim of Le Petit Poucet is to build the scene around the GPS data and 2D maps or 3D terrain models.
Apart from being techies, we are outdoor sport lovers and want to prepare our outings and show them to our friends and families. We hope you will find Le Petit Poucet useful. The objective statement being laid, here is the reality and roadmap.
Current version is a pre-alpha version numbered 0.0.2, it is dedicated to David Thompson a great explorer of western Canada. He is been surveying the wild land for 28 years and he is the first person to complete a survey of the Columbia River.
Le Petit Poucet is now able to read a lot of GPS file formats and to connect to the GPS receivers thanks to GPSBabel. It is also able to mix coordinate systems in projected or earth centric referentials.
Currently. Le Petit Poucet is called from the terminal, see command line manual or type the -h or --help option to get the command line usage. We hope to provide quickly a graphical user interface. The program has been compiled and run on Linux (Intel) and Mac Os X (v 10.3), it should work on many other platforms as the core libraries (Open Scene Graph, GPSBabel and GDAL) are portable.
Main features:
Main features
- Loading of tracks or routes, independent waypoints and maps or terrain models and display them on a 3D scene.
- Support of many GPS data file formats through GPSBabel or custom parsers.
- Download GPS receiver data via Serial or USB port.
- 3D navigation based on continuous zoom, swivel and pan with excellent real time anti-aliasing.
- Mixing of several coordinate systems (e.g.: geocentric and projected, UTM and Lambert).
- Coordinate system selection from command line.
Tracks
- Tracks are shown as a set of track segments. Track segments are sets of waypoints connected with a line.
- Track segments are not connected but share the same color and input coordinate system.
- Multiple tracks are shown in a viewer, track color is automatically chosen to visually distinguish tracks.
Waypoints
- Waypoints are displayed as a 3D symbol plus a text in case of named waypoint.
- Name text is automatically oriented toward screen and font size is adjusted dynamically too.
- Text color is selected from command line
- Waypoint information (location, elevation and time) is displayed in a head up display (HUD) when mouse flies over the point.
- Waypoint symbol is loaded from file
- Feature points, i.e. point out of a track, are selected. Are shown only the ones that are in the area of the displayed maps and tracks.
Maps
- 2D Maps are displayed in 3D perspective with box subtrat.PC
- Map loading is currently only supported for the Carte Sur Table file format.
- Map elevation in the 3D scene is computed based on the minimum elevation of the loaded tracks to reduce perspective effects.
- For tracks without maps a box is displayed below the track to improve perspective.
- In the current version, loading of 3D terrain model is through Open Scene Graph (OSG). Models must be projected and optimized using OSG utilities like osgdem see Loading Blue Marble.
Enhancements:
- All the features of release 0.0.5 are now accessible from menus and dialog boxes.
- A graphical user interface is used to wrap the main functionality of the track viewer in 3D, such as opening and closing files; focusing and zooming on tracks, waypoints, or segments; and generating terrains from downloaded or local imagery.
<<less
Download (8.8MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
Marble 0.3

Marble 0.3


Marble is an early beta preview of the Marble Widget application which is targeted for KDE 4. more>>
Marble is an early beta preview of the Marble Widget application which is targeted for KDE 4.
You need to install both packages: "marble" and "marble-data" to run Marble.
Marble is a generic geographical map widget that is meant to be used by KDE4 applications. It shows the earth as a sphere but doesnt make use of any hardware acceleration (No OpenGL). So although it might look similar to professional applications like Google Earth or Nasa World Wind its rather meant to be a small light weight multi purpose widget. To improve speed I decided to compile the Kubuntu packages with SSE support (-msse).
Main features:
- Marble uses a minimal free dataset that can be used offline. Currently the total amount of data that is meant to be shipped is about 5 MB.
- Marble doesnt use OpenGL or 3D hardware acceleration. It just uses Arthur as a painting backend. Extending it later on to support OpenGL as well shouldnt be hard however I dont consider that the primary focus. Depending on your hardware and the maps being displayed framerate is approximately 5-20 fps.
- Marble uses vector as well as bitmap data: Currently it uses the very old MWDB II data combined with ETOPO 2, which I will update to current SRTM soon.
- Marble displays the world map as a 3D sphere, because its more fun to use and less subject to distortion (So with regard to that its just like NASA WorldWind, Earth3D and Google Earth)
- Marble should start up almost instantly. Currently it "cold" starts fully within 2-5 seconds. On each subsequent start it takes about one second.
- Uses KML-Import to display places (Google Earths open format to store placemarks)
- Cities Down to 12000 inhabitants that you can click on using the mouse. Highest Mountains of each continent. Automatic Placemark label placement.
- Different Map Themes, Layers
- Dynamic Coordinate Grid
- Measure Tool
- Basic Wikipedia integration
<<less
Download (6.3MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
951 downloads
Domino Blast 0.1

Domino Blast 0.1


Domino Blast project is a physics-based driving/demolition game with a childrens toys theme. more>>
Domino Blast project is a physics-based driving/demolition game with a childrens toys theme.

Domino Blast is a hybrid driving and destruction game with a childrens toys theme. Its environments consist of buildings constructed from domino tiles and a player-controllable toy car. The objective of the game is to wreak as much havoc as possible, within a time limit.

Its game-play is simplistic yet satisfying; similar to the satisfaction gained from watching a tumbling Jenga tower, except the objective is to tumble the tower, rather than slowly deconstruct it. As the game progresses, levels become more dense and the buildings that inhabit them become larger and more complex.

<<less
Download (6.0MB)
Added: 2007-06-18 License: Freeware Price:
858 downloads
FCE Ultra 0.98.15

FCE Ultra 0.98.15


FCE Ultra is a NES emulator. more>>
FCE Ultra is a NES (Nintendo Entertainment System) and Famicom (Family Computer) emulator for a variety of different platforms, based on Beros FCE. Game compatibility is very high, provided you provide non-corrupt ROM/disk images.
It has been tested (and runs) under DOS, Linux SVGAlib, Linux X, Mac OS X, and MS Windows. A native GUI is provided for the MS Windows port, and the other ports use a command-line based interface. The SDL port should run on any modern UNIX-like operating system(such as FreeBSD) with no code changes.
Enhancements:
- Latest code found on the net.
<<less
Download (0.52MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1235 downloads
Secure back door 0.5

Secure back door 0.5


Secure Back Door (SBD) is a tool that provides ultra-secure and minimal access to a computer. more>>
Secure Back Door (SBD) is a tool that provides ultra-secure and minimal access to a computer, which allows you to run a single command based on a one time key. It is good if you dont want to have an SSH server running all the time, and only want to start it when needed. Because it has only a few lines of code, it is hoped that it will be less susceptible to security exploits than a program like SSH.
The protocol is detailed to an extent in the text file PROTOCOL, I will update it with more details as I have time, but the most important details are included already.
If you are a crypt analysis, or just like a challenge, I appreciate anyone who is willing to look through the protocol and/or code and point out possible security implications and flaws in design!
Enhancements:
- Fixed a few minor compiler warnings
- Updated license year to 2005
- Uncommented execution code in sbdd, so now sbdd will execute incoming commands
- Updated README documentation for compilation
<<less
Download (0.025MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5