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

Sunken Ship Games freeware
Filter: All | Freeware | Demo
 

Sunken Ship Games

< 1 2 3 4 5 > 
Added: January 01, 2010 | Visits: 1.472

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: July 17, 2010 | Visits: 1.020

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Battleship Download

Added: March 24, 2010 | Visits: 1.275

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 19, 2010 | Visits: 1.167

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 1.148

Air Grenades Eliminator - Free Shooting Games Free shooting games have a new representative called Air Grenade Eliminator. This free shooting game is a real statue of creativity and simplicity. Nobody needs more than a minute to figure it out. But than again nobody is able to spend less than an hour playing it. Air Grenade Eliminator is a...


Platforms: Windows

License: Freeware Size: 1.88 MB Download (111): Air Grenades Eliminator - Free Shooting Games Download

Added: June 19, 2010 | Visits: 1.037

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: September 01, 2010 | Visits: 1.375

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: November 26, 2010 | Visits: 1.113

Iria Iria project is a ship game generator and a ship game itself. Iria is a 2D game generator, and a game itself in the way of Thunder Force or R-Type games. Anybody can play games created with Iria. Its intended to be easy creating sceneries, objects (ships, enemies, explosions, etc.), and...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (107): Iria Download

Added: February 26, 2010 | Visits: 1.591

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games 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: September 27, 2010 | Visits: 907

Games::Mastermind Games::Mastermind is a simple framework for MasterMind games. SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks->[0] == $mm->holes(); # the game history is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Games::Mastermind Download

Added: October 22, 2010 | Visits: 1.451

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: March 20, 2010 | Visits: 904

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 13, 2008 | Visits: 1.476

How to make Modifications for Games Regardless of your modding skill level, this eBook will show you the general steps and hints on how to make modifications for games. The sections are all bundled into one freely available offline package for your convenience. These are the sections you will find: -What are game modifications?...


Platforms: Windows

License: Freeware Size: 713 KB Download (101): How to make Modifications for Games Download

Added: August 13, 2010 | Visits: 722

Sable Sable is a frantic 3d space shooter inspired by games such as After Burner and Space Harrier. You pilot a ship through an obstacle-laden landscape and attack or evade swarms of enemies. Sable itself is quite easy to play. The arrow keys move your ship, and the space bar fires your cannons....


Platforms: *nix

License: Freeware Size: 215.04 KB Download (101): Sable 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

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 1.374

Puzzle Games Play the latest free Puzzle Games - board puzzle games, puzzle brain games, room escape games, tower defense puzzle games, strategy games, jigsaw puzzle games, new hidden object games and more puzzlers on 9PUZ.com. We also have the walkthroughs and cheats for most of the puzzle games, you can...


Platforms: Windows, Mac, iPhone, iPod, Java, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Symbian, Other

License: Freeware Size: 1.18 MB Download (100): Puzzle Games Download

Added: November 20, 2010 | Visits: 1.921

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Quakeworld::Query Download

Added: September 05, 2010 | Visits: 1.779

Games::Dice Games::Dice is a Perl module that can be used to simulate dice rolls. SYNOPSIS use Games::Dice roll; $strength = roll 3d6+1; use Games::Dice roll_array; @rolls = roll_array 4d8; Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Dice Download

Added: January 25, 2010 | Visits: 841

Mac BBC Games List Mac BBC Games List is a games database front end for Mac BeebEm. The program displays a list of games that can be sorted by name, year, publisher or genre. A screen shot is also displayed if available. Double clicking a program will launch BeebEm with the disc loaded and automatically start the...


Platforms: Mac

License: Freeware Size: 7.8 MB Download (99): Mac BBC Games List Download

< 1 2 3 4 5 >