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

Aircraft Carrier Landing Games freeware
Filter: All | Freeware | Demo
 

Aircraft Carrier Landing Games

< 1 2 3 4 5 
Added: June 20, 2010 | Visits: 1.152

Games::Othello Games::Othello is a Perl extension for modelling a game of Othello. SYNOPSIS use Games::Othello; my $game = Games::Othello->new(); while( !game->over ) { printf "It is presently %ss move", ($game->whos_move eq b) ? black, white; my @possible_moves = values $game->possible_moves(); if...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Games::Othello Download

Added: March 01, 2010 | Visits: 1.036

Games::Sudoku::General Games::Sudoku::General is a Perl module that can solve sudoku-like puzzles. SYNOPSIS $su = Games::Sudoku::General->new (); print $su->problem(<solution(); 3 . . . . 8 . 2 . . . . . . 9 . . . . . 2 7 . 5 . . . 2 4 . 5 . . 8 . . . 8 5 . 7 4 . . 6 . 3 . . . . 9 4 . 1 . 4 . . . . 7...





Platforms: *nix

License: Freeware Size: 40.96 KB Download (98): Games::Sudoku::General Download

Added: July 05, 2010 | Visits: 1.525

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: May 03, 2010 | Visits: 914

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

Added: July 04, 2010 | Visits: 955

Games::LMSolve::Base Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub unpack_state { ... } sub display_state { ... } sub...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Games::LMSolve::Base Download

Added: July 04, 2010 | Visits: 943

Games::Sequential::Position Games::Sequential::Position is a base Position class for use with Games::Sequential. SYNOPSIS package My::GamePos; use base Games::Sequential::Position; sub init { ... } # setup initial state sub apply { ... } package main; my $pos = My::GamePos->new; my $game =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Games::Sequential::Position Download

Added: November 09, 2010 | Visits: 1.977

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: August 11, 2008 | Visits: 1.266

Awesome Navy Aircraft The five photo version of our Awesome Navy Aircraft screensaver, high-quality photographic screen savers for Windows® 95 and beyond. Any image in our screen savers can be extracted for use as desktop wallpaper. All Lite versions are fully functional and include the same quality of photos as our...


Platforms: Windows

License: Freeware Size: 1024 KB Download (95): Awesome Navy Aircraft Download

Added: November 27, 2010 | Visits: 1.908

Games::Go::TDFinder TDFinder is a widget to support preparing Go tournament registration. SYNOPSIS use Games::Go::TDFinder; $tdFinder = $parent->Games::Go::TDFinder ( ? options ? ); TDFinder is a widget to assist in preparing a Go Tournament register.tde file in AGA (American Go Association) format. It...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (95): Games::Go::TDFinder Download

Added: November 20, 2010 | Visits: 1.918

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 (93): Games::Quakeworld::Query Download

Added: February 27, 2010 | Visits: 898

Games::AlphaBeta::Position Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta. SYNOPSIS package My::GamePos; use base qw(Games::AlphaBeta::Position); sub apply { ... } sub endpos { ... } # optional sub evaluate { ... } sub findmoves { ... } package main; my $pos =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): Games::AlphaBeta::Position Download

Added: November 11, 2010 | Visits: 1.038

Games::Irrlicht Games::Irrlicht is a Perl module that use the Irrlicht 3D Engine in Perl. SYNOPSIS package MyGame; use strict; use base Games::Irrlicht; use Games::Irrlicht::Constants; get EDT_SOFTWARE etc # override methods: The Why When building a game or screensaver displaying some continously...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (91): Games::Irrlicht Download

Added: October 09, 2010 | Visits: 867

Games::Go::AGATourn AGATourn is a Perl extensions to ease the pain of using AGA tournament data files. SYNOPSIS use Games::Go::AGATourn; my $agaTourn = Games::Go::AGATourn->new (options); An AGATourn object represents a round or several rounds of an American Go Association tournament. There are methods for...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Games::Go::AGATourn Download

Added: April 27, 2010 | Visits: 906

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: August 20, 2008 | Visits: 5.070

Free Online Games Free Games for you The best place to Play Free Games. Games Available: Collapse, TextTwist, Bounce Out!, Gem Drop, Nisqually, Diamond Mine, Noah's Ark, Dynomite, Seven Seas, Mummy Maze, Ningpo Mahjong And More!


Platforms: Windows

License: Freeware Download (89): Free Online Games Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 1.102

MFG Free Flash Games Enjoy a free flash games with mickey mouse puzzle and win great prizes.


Platforms: Windows

License: Freeware Download (88): MFG Free Flash Games Download

Released: January 17, 2013  |  Added: January 17, 2013 | Visits: 1.054

Free web browser games Smart Bro is a Free web browser games designed carefully to suite the user needs. It is built on the Internet Explorer technology. Smart Bro has many options that you always wanted: 1. Tabbed interface: Multi-pages inside the same application. 2. Integrated form filler 3. RSS Reader. 4. Stylish...


Platforms: Windows, Edition 2005,Edition 2005

License: Freeware Size: 2.01 MB Download (88): Free web browser games Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 747

Java Games and Graphics Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam


Platforms: Windows, Mac, Linux

License: Freeware Size: 629.05 KB Download (88): Java Games and Graphics Download

Added: September 08, 2010 | Visits: 875

Games::PerlWar Games::PerlWar is a Perl variant of the classic Corewar game. This is a sparring program, similar to the programmed reality of the Matrix. It has the same basic rules, rules like gravity. What you must learn is that these rules are no different than the rules of a computer system. Some of...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Games::PerlWar Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 1.670

keyja.com, Free Games Multiplayer Online Free multiplayer games online + chat rooms + dating website, all in one. 8-ball Pool, Bocce ball, Chess, checkers, connect 4, othello, memory, sudoku, and more. For PC & Android.


Platforms: Windows, Mac, Android, Java, Linux, Linux Gnome, Linux GPL, Linux Open Source, Other

License: Freeware Size: 2.44 MB Download (85): keyja.com, Free Games Multiplayer Online Download

< 1 2 3 4 5