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

Addictive Games Interactive Buddy freeware
Filter: All | Freeware | Demo
 

Addictive Games Interactive Buddy

< 1 2 3 4 5 > 
Added: July 17, 2010 | Visits: 1.015

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 (110): Games::Battleship Download

Added: April 19, 2010 | Visits: 1.164

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

Added: May 03, 2010 | Visits: 1.200

Interactive BDD Environment Interactive BDD Environment project is a shell like utility for working with ROBDDs. IBEN is a tool used for teaching Reduced Ordered Binary Decision Diagrams. It allows the student to work with ROBDDs without learning a complex C or C++ interface to an ROBDD package. One can enter the...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Interactive BDD Environment Download

Added: April 21, 2010 | Visits: 1.882

BDD BuDDy BDD BuDDy is a Binary Decision Diagram library, with : many highly efficient vectorized BDD operations, dynamic variable reordering, automated garbage collection, a C++ interface with automatic reference counting, and much more. The BDD package presented here was made as part of a PhD project...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (136): BDD BuDDy Download

Added: March 19, 2010 | Visits: 1.481

Keyword Marketing Buddy Keyword Marketing Buddy is a great tool that lets you compare the popularity of several different keyword groups at once. Enter in a few general keywords, and Keyword Marketing Buddy will generate a list of keywords related to the original keywords and order them according to popularity....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Keyword Marketing Buddy Download

Added: April 03, 2010 | Visits: 1.119

Bug Buddy Bug Buddy is a graphical bug reporting tool. It can extract debugging information from a core file or crashed application (via gnome_segv). Application Options: --name=NAME Name of contact --email=EMAIL Email address of contact --package=PACKAGE Package containing the program...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (109): Bug Buddy Download

Added: August 08, 2010 | Visits: 1.615

Tk Web form Buddy Tk Web form Buddy project is a helper for Web forms. The Tk Web form Buddy is a Tk script that allows one easily to make a series of strings available to the X11 PRIMARY selection, which is useful for filling in Web forms that have common/repetitive data. How many times have you wished to...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): Tk Web form Buddy 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: April 08, 2010 | Visits: 1.180

The friendly interactive shell The friendly interactive shell is a user friendly shell intended mostly for interactive use. - If you want to see screenshots of fish in action, click here. - If you are familiar with the basics of shells,read this page for a short introduction to fish. - If you are dont know how to use a...


Platforms: *nix

License: Freeware Size: 768 KB Download (98): The friendly interactive shell Download

Added: June 14, 2010 | Visits: 1.701

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: October 26, 2010 | Visits: 1.748

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,...


Platforms: *nix

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

Added: March 20, 2010 | Visits: 902

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.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: March 21, 2010 | Visits: 2.183

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: November 10, 2010 | Visits: 1.331

Interactive Bandwidth Monitor Ibmonitor is an interactive Linux console application which shows bandwidth consumed on all interfaces. This project is different from existing similar utilities in that it can show the values in Kbits/sec (Kbps) and Kbytes/sec (KBps) simultaneously. It also displays the total data transferred in...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (104): Interactive Bandwidth Monitor Download

Added: April 19, 2010 | Visits: 1.063

Microsummary Buddy 0.1.2 for Microsummary Buddy is an extension used to improve the discoverability of microsummaries. To improve the discoverability of microsummaries, this extension displays an icon in the location bar when a microsummary is available for a page. When you click the icon, Firefox opens the Add Bookmark...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): Microsummary Buddy 0.1.2 for Download

Added: January 05, 2010 | Visits: 728

Cancan Cancan project is an interactive utility similar to telnet, but providing some functionality that is especially useful for playing text based multi-user games such as MUDs. However, its use is not limited to mudding. You can connect to normal telnet or any service that works with plain telnet..


Platforms: *nix

License: Freeware Size: 100.35 KB Download (102): Cancan 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

< 1 2 3 4 5 >