Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.220.653 Times

Computer Dominoes Game freeware
Filter: All | Freeware | Demo
 

Computer Dominoes Game

< 1 2 3 4 5 
Added: May 02, 2010 | Visits: 950

game build game is a simple Tetris-like game. The objective of the game is to keep the level of colored blocks down as long as possible. New blocks are falling down at an increasing rate, blocks can be removed by creating rows of three or more blocks of the same color. The longer the row, the more...



Platforms: *nix

License: Freeware Size: 1.2 MB Download (97): game build Download

Added: April 01, 2010 | Visits: 867

simpleJ simpleJ emulates a simplified computer on your PC: a retro-style video game console that lets you understand how a computer works and write your own video game programs. The first microcomputers were quite simple. They had a few kilobytes of memory and couldnt run large programs. Many didnt...





Platforms: *nix

License: Freeware Size: 7 MB Download (90): simpleJ Download

Added: February 18, 2010 | Visits: 1.020

Epiphany Game Epiphany project is a multiplatform clone of the game Boulderdash. It is written entirely in C++, using Clanlib as its graphic library. The player must collect all valuable minerals scattered in levels, while avoiding being hit by a falling boulder or a bomb..


Platforms: *nix

License: Freeware Size: 1.4 MB Download (106): Epiphany Game Download

Added: November 07, 2013 | Visits: 969

Nazghul Nazghul project is a computer role-playing game (CRPG) engine. Obviously, the emphasis is not on graphics or first-person squad-based stealth action. If you like roguelikes or the top-down, 2d, turn-based CRPG's that disappeared in the early 90's then this is for you.


Platforms: *nix

License: Freeware Size: 7.46 MB Download (98): Nazghul Download

Added: July 11, 2010 | Visits: 1.073

XSkat XSkat project is a Skat card game, playable against humans or the computer. XSkat lets you play the card game Skat as defined by the official international Skat Order. Up to 3 players may be simulated by the computer. You can play via an X display connection or via IRC..


Platforms: *nix

License: Freeware Size: 174.08 KB Download (164): XSkat Download

Added: May 27, 2010 | Visits: 1.538

game control program game control program project helps administrate game servers, especially automated kicking of players. game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible. With the current modules, it can...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (100): game control program Download

Added: March 19, 2010 | Visits: 1.827

Game Server Startup Script Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3. Game Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2,...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (184): Game Server Startup Script Download

Added: September 10, 2010 | Visits: 854

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: May 27, 2010 | Visits: 920

Transcend Game Transcend Game project is a retro-style, abstract, collage-building, musical, shooter game. The graphics are geometrical, and the pace is sometimes frenzied. Two features set Transcend apart from other games. First, its dynamic graphical engine, which can smoothly morph from one complex shape...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (99): Transcend Game Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 1.349

Siriel4 game engine Siriel4 game engine project is a game engine for adventure, arcade, maze-like games. The main goal of this engine is to provide tools and scripts for easy game creation. Game creators only write the necessary scenario descriptions for the game in a scripting language (such as Lua) and do not...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (105): Siriel4 game engine Download

Added: January 26, 2010 | Visits: 1.412

Jet Set Willy X Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy. There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune. The rooms are 20...


Platforms: *nix

License: Freeware Download (152): Jet Set Willy X Download

Added: May 19, 2010 | Visits: 1.257

Open Computer Forensics Architecture Open Computer Forensics Architecture (OCFA) is a modular computer forensics framework built by the Dutch National Police Agency. The main goal is to automate the digital forensic process to speed up the investigation and give tactical investigators direct access to the seized data through an easy...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (120): Open Computer Forensics Architecture Download

Added: April 14, 2010 | Visits: 1.439

IRC-Chess IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot. It consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (180): IRC-Chess Download

Added: October 18, 2010 | Visits: 1.459

Game::Life Game::Life - Plays Conways Game of Life. SYNOPSIS use Game::Life; my $game = new Game::Life( 20 ); my $starting = [ [ 1, 1, 1 ], [ 1, 0, 0 ], [ 0, 1, 0 ] ]; $game->place_points( 10, 10, $starting ); for (1..20) { my $grid = $game->get_grid(); foreach ( @$grid ) { print map { $_ ?...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (110): Game::Life Download

Added: October 08, 2013 | Visits: 1.019

Tanky Tanky is simple tank game created in Open Inventor / Coin that includes AI computer opponent, network gaming, and sound support.


Platforms: *nix

License: Freeware Size: 9.44 MB Download (95): Tanky Download

Added: November 16, 2010 | Visits: 1.132

KoalaMud Game Engine KoalaMud Game Engine project is a multithreaded MUD server. KoalaMud is a MUD source base designed around multithreading and stability. On top of this platform, Shadow of the Wheel is evolving to demonstrate its capabilities. Whats New in This Release: - Tons of new stuff done here. - We...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (96): KoalaMud Game Engine Download

Added: January 05, 2010 | Visits: 1.292

Pizza Game Pizza Game project is a 3D, real-time game in which you manage a pizza restaurant. As manager, you must build a restaurant, buy the various objects and furniture that the restaurant requires, hire/fire/manage your employees, buy advertising, buy ingredients, set prices, and make sure your...


Platforms: *nix

License: Freeware Size: 27.9 MB Download (124): Pizza Game Download

Added: March 03, 2010 | Visits: 1.459

Resource Management Game Resource Management Game project is a Web-based resource management game. Resource Management Game is a PHP framework for easily creating resource management and strategy games. Two playable games are included. The system uses sessions to store data and should work out of the box with...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (115): Resource Management Game Download

Added: September 19, 2010 | Visits: 1.873

Exodus Arcade Game Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics. Exodus is an arcade game based on the classic C16 title, Exorcist. You control Sparkie, a magical star who has been trapped in the Dungeon Dimensions by Wizzbang the Wizard. Using his special powers,...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (151): Exodus Arcade Game Download

Added: May 08, 2010 | Visits: 1.646

Instant Computer Help from Sunflower Network Instant Computer Help from Sunflower Network is an extension which enables you to get instant, expert help with your computer. Get instant, expert help with your computer. You choose the price! The Instant Computer Help tool bar immediately connects you with Sunflower Networks computer...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): Instant Computer Help from Sunflower Network Download

< 1 2 3 4 5