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.422.063 Times

Sonic X Shadow Games freeware
Filter: All | Freeware | Demo
 

Sonic X Shadow Games

< 1 2 3 4 5 
Added: September 01, 2010 | Visits: 1.376

Games::Score Games::Score is a Perl module to keep track of score in games . SYNOPSIS use Games::Score; # these three values are the default ones, by the way Games::Score->default_score(0); Games::Score->default_step(1); Games::Score->step_method(inc); # start two players my $player1 =...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (107): Games::Score Download

Added: January 26, 2010 | Visits: 1.416

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: September 25, 2010 | Visits: 1.079

Open Simp-X 2002 Open Simp-X provides a scalable Internet management platform. Open Simp-X is a powerful Internet platform for everyone, attempting to change programming for the Internet with sharing database information. It strives for scalablility, reliability, and ease of use. The platform consists of a...


Platforms: *nix

License: Freeware Download (97): Open Simp-X 2002 Download

Added: June 19, 2010 | Visits: 1.038

Games::GuessWord Games::GuessWord is a guess the letters in a word (ie Hangman). SYNOPSIS use Games::GuessWord; my $g = Games::GuessWord->new(file => "/path/to/wordlist"); print "Score: " . $g->score . "n"; print "Chances: " . $g->chances . "n"; print "Answer: " . $g->answer . "n"; my @guesses =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Games::GuessWord Download

Added: June 14, 2010 | Visits: 1.705

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (214): Games::Mastermind::Solver::BruteForce Download

Added: March 20, 2010 | Visits: 905

Games::Blackjack Games::Blackjack is a Perl module with Blackjack Utility Classes. SYNOPSIS use Games::Blackjack; # Create new shoe of cards my $shoe = Games::Blackjack::Shoe->new(nof_decks => 4); # Create two hands, player/dealer my $player = Games::Blackjack::Hand->new(shoe => $shoe); my $dealer =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Games::Blackjack Download

Added: August 26, 2010 | Visits: 1.255

Games::ScottAdams::Tutorial Games::ScottAdams::Tutorial is a Perl module with the Scott Adams Adventure Compiler Tutorial. INTRODUCTION This document walks you through the process of creating a small but complete and playable game with six rooms, seven items including a single treasure, and a couple of puzzles. It...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (127): Games::ScottAdams::Tutorial Download

Added: July 06, 2010 | Visits: 1.221

Games::ScottAdams::Manual Games::ScottAdams::Manual is the Scott Adams Adventure Compiler Reference Manual. SYNOPSIS # foo.sa - definition file for Scott Adams adventure "foo" %room swamp dismal swamp %exit n meadow %exit e edge %exit w grove %item mud Evil smelling mud %getdrop mud %action take mud here...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (100): Games::ScottAdams::Manual Download

Added: April 05, 2010 | Visits: 1.426

Games::Checkers SYNOPSIS # automatical computer-vus-computer play script use Games::Checkers::Constants; use Games::Checkers::Board; use Games::Checkers::BoardTree; my $board = new Games::Checkers::Board; my $color = White; my $numMoves = 0; print $board->dump; while ($board->canColorMove($color)) {...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (124): Games::Checkers Download

Added: March 21, 2010 | Visits: 2.187

Java Games Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (596): Java Games Download

Added: March 05, 2010 | Visits: 2.384

X File Explorer X File Explorer (Xfe) is an MS-Explorer like file manager for X. X File Explorer is based on the popular, but discontinued, X Win Commander, originally developed by Maxim Baranov. Xfe aims to be the file manager of choice for all the Unix addicts! Why another file manager when the excellent...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (273): X File Explorer Download

Added: January 16, 2010 | Visits: 849

QTads QTads is a GUI interpreter for Tads games, running under Unix-based systems (it has been tested in Linux, Mac OS X and FreeBSD, but it should compile and run in many more, like Solaris and Irix). Tads is a programming language for implementing Interactive Fiction (text-adventures). If you ever...


Platforms: *nix

License: Freeware Size: 1003.52 KB Download (90): QTads Download

Added: April 27, 2010 | Visits: 910

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: November 27, 2010 | Visits: 1.273

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Games::Go::SGF2misc::SVG Download

Added: April 19, 2010 | Visits: 999

X Language X Language is a new multi-syntax programming including a portable set of APIs to create console or graphical applications runnable on many platforms (UNIX/X11, Win32, ...). X Language comes with an interpreter, a compiler and a debugger. X Language is publicly available under the GPL....


Platforms: *nix

License: Freeware Size: 358.4 KB Download (99): X Language Download

Added: November 27, 2010 | Visits: 1.348

Boulderdash (BD4) Boulderdash (BD4) is an X Client for online action/strategy game with global high scores and players. The game is called BD4. It is a version of Boulderdash which is played online using central player records and global high scores. Versions exist for UNIX/X, Windows (Win32) and Java. The...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (144): Boulderdash (BD4) Download

Added: September 19, 2010 | Visits: 1.477

X-Chat NewsWindow X-Chat NewsWindow is a perl script for X-Chat (or X-Chat Aqua) implements one of those annoying announcer scripts that announce your currently playing audio track in iTunes or your current audio or video track in VLC to your IRC channel because you feel for some reason that everyone wants to...


Platforms: *nix

License: Freeware Download (111): X-Chat NewsWindow Download

Added: February 18, 2010 | Visits: 919

X-Unikey X-Unikey project lets you type Vietnamese in X Window environment. X-Unikey is Unikey ported to Linux and FreeBSD. It has been tested with many popular programs, such as OpenOffice, emacs, vim, QT applications, GTK applications... X-Unikey has all the features of the Windows version, except...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (108): X-Unikey Download

Added: January 24, 2010 | Visits: 1.694

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

Added: May 03, 2010 | Visits: 917

Games::Console Games::Console Perl module provide a 2D quake style in-game console. SYNOPSIS use Games::Console; my $console = Games::Console->new( font => $font_object, background_color => [ 1,1,0], background_alpha => 0.4, text_color => [ 1,1,1 ], text_alpha => 1, speed => 50, # in percent per...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Console Download

< 1 2 3 4 5