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

Magnet Games By Crocodile Creek software
Filter: All | Freeware | Demo
 

Magnet Games By Crocodile Creek

< 1 2 3 4 5 > 
Added: October 22, 2010 | Visits: 1.446

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: 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

Added: March 24, 2010 | Visits: 1.271

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 03, 2010 | Visits: 1.986

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (268): Games::Battleship::Craft Download

Added: September 01, 2010 | Visits: 1.372

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: June 19, 2010 | Visits: 1.035

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: October 16, 2010 | Visits: 1.662

Step-by-Step Step-by-Step is a simple logic game where you have to clear all colored tiles by stepping over them. Depending on the colour of the tile, this takes one to three steps. Step-by-Step project contains 99 levels and a separate level editor.. Get Step-by-Step at SourceForge.net. Fast, secure and...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Step-by-Step Download

Added: August 26, 2010 | Visits: 1.249

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.217

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 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: September 05, 2010 | Visits: 1.774

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: 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: 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

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 1.073

PSP Games Downloads PSP Games Downloads Advertising Wizard. PSP Sale store offers you a chance to get the world's leading games console at a great low price. The PlayStation Portable, officially abbreviated PSP is a handheld game console manufactured and marketed by Sony Computer Entertainment. Development of the...


Platforms: Windows

License: Freeware Size: 672 KB Download (65): PSP Games Downloads

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.106

Revamp Your Web Site With Crossword Online Games and Much More From Java If you are looking for a quick and easy way to revamp your web site then look no further than KaaBlitz Crossword by Wyka-Warcheza. With this product you can instantly reinvigorate your web site into something new and exciting.Crossword online games are a fantastic way to get people into your web...


Platforms: Windows


Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 697

Color by Numbers - Vehicles Color by numbers with vehicles is a coloring book that little boys will find fascinating. There is a wide variety of different vehicle illustrations such as race cars, aircrafts, and submarines and the preset colors allow you to color each vehicle any way you like it. Color by numbers with...


Platforms: Windows

License: Shareware Cost: $9.99 USD Size: 26.94 MB Download (459): Color by Numbers - Vehicles Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 559

Color by Numbers - Princesses Color by numbers with princesses is a coloring book that little girls will find fascinating. There is a wide variety of princess illustrations and the preset colors allow you to color the royal attire anyway you like it. Color by numbers with princesses can also be used with your favorite colors...


Platforms: Windows

License: Shareware Cost: $9.99 USD Size: 27.61 MB Download (457): Color by Numbers - Princesses Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 498

Chrss (Chess-by-RSS) widget The Chrss (chess by rss) dashboard widget can be used to keep track of your chess games. It's very easy to use - simply enter your user name and it will show you how many games it's your turn to move in. When someone makes a move in one of your games the number on the widget will change. You can...


Platforms: Mac

License: Freeware Size: 20.48 KB Download (54): Chrss (Chess-by-RSS) widget Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 700

Hoyle Card Games 2011 Hoyle Card Games 2011 features all of your favorite team-style and solo card games from Old Maid and Canasta to Solitaire and Poker. Learn new games, refine your strategy and play the cards you're dealt, all in the company of the personable HOYLE characters. Brand New & Improved: - Large,...


Platforms: Mac

License: Shareware Cost: $19.95 USD Size: 711 MB Download (56): Hoyle Card Games 2011 Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 572

Winter Games Icons .0 About Winter Games 35 piece Winter Games icon collection by Josh Williams - 1st Place Winner of The Iconfactory s Pixelpalooza 2002 icon design contest. About Pixelpalooza Pixelpalooza is held annually and offers aspiring icon artists the opportunity to let their creativity and artistic...


Platforms: Mac

License: Freeware Size: 1.3 MB Download (49): Winter Games Icons .0 Download

< 1 2 3 4 5 >