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

Memory Games Ppt freeware
Filter: All | Freeware | Demo
 

Memory Games Ppt

< 1 2 3 4 5 > 
Added: June 14, 2006 | Visits: 3.283

Memory for The Beatles Improve your memory skills with The Beatles! There are 20 pairs of hidden, selected randomly Beatles' album covers on the board. Your target: to find out the identical album covers using the less possible shots and seconds.



Platforms: Windows

License: Freeware Size: 1.3 MB Download (275): Memory for The Beatles Download

Added: March 16, 2006 | Visits: 2.536

The Memory Machine Save Rob-Robot from the the clutches of a burning furnace using your memory in this Simon-like game. This game features additional twists on the original concept such as a high scoring system and bonus rounds.





Platforms: Windows

License: Freeware Size: 3.22 MB Download (504): The Memory Machine Download

Added: August 23, 2006 | Visits: 4.661

The Magic Seal Puzzle Games The Magic Seal Puzzle Games is collection of fun puzzle games. It includes some little known puzzle games, and some well known ones. There are some twists in the well known ones, giving the games some fresh new dimensions of gameplay


Platforms: Windows

License: Freeware Size: 3.5 MB Download (217): The Magic Seal Puzzle Games Download

Added: July 24, 2006 | Visits: 3.899

DigiMode Selected Games A Flash game machine with 30 games built in and two ways to add hundreds of your own flash games, Automatic Mp3 Player plus 30 of the hottest Flash games we could find for you after a long search organized in genius way and it all can be resized to suite your moods. You can easily integrate your...


Platforms: Windows

License: Freeware Size: 9.55 MB Download (338): DigiMode Selected Games Download

Released: January 25, 2008  |  Added: February 28, 2008 | Visits: 2.990

Comodo Memory Firewall Free Comodo Memory Firewall is a buffer overflow detection and prevention tool which provides the ultimate defense against one of the most serious and common attack types on the Internet - the buffer overflow attack. Free Comodo Memory Firewall detects most buffer overflow attack attempts such as...


Platforms: Windows

License: Freeware Size: 3.27 MB Download (211): Comodo Memory Firewall Download

Released: March 21, 2023  |  Added: March 22, 2023 | Visits: 3.024

FinitySoft Memory Manager FinitySoft Memory Manager 4.0 is freeware memory manager program that defragments and reclaims memory from the operating system and leaking applications and dlls. This decreases load time and boosts application performance. Features: - Easy to use - Optimize memory manually or...


Platforms: Windows

License: Freeware Size: 416.42 KB Download (316): FinitySoft Memory Manager Download

Released: August 10, 2008  |  Added: September 13, 2008 | Visits: 4.901

Memory Loss No More Game New, fresh, fun and high quality Memory Loss No More game that will keep you playing for hours non stop! The more you play the better your attention and memory gets. This game is designed by the founder of the School of Phenomenal Memory so a player can relax and have some fun while actually...


Platforms: Windows

License: Freeware Size: 11.18 MB Download (483): Memory Loss No More Game Download

Added: January 18, 2010 | Visits: 1.971

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Games::SGF::Tournament Download

Added: September 12, 2010 | Visits: 2.086

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: November 20, 2010 | Visits: 1.917

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: July 21, 2010 | Visits: 996

lx_lib structural memory library lx_lib handles memory allocations as structures, keeping important information such as the remaining allocated space and the length of the used string internal to each variable (or descriptor). Much of it was initially inspired by Dan Bernsteins stralloc library, but the two are not compatible,...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (101): lx_lib structural memory library Download

Added: September 25, 2010 | Visits: 2.147

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: January 11, 2010 | Visits: 2.547

Games::Euchre Games::Euchre is an Euchre card game for humans and computers. SYNOPSIS Simply run my game wrapper: % euchre.pl or write your own: use Games::Euchre; use Games::Euchre::AI::Simple; use Games::Euchre::AI::Human; my $game = Games::Euchre->new(); foreach my $i (1..3) {...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (234): Games::Euchre Download

Added: September 16, 2010 | Visits: 1.406

Games::Euchre::Trick Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (161): Games::Euchre::Trick Download

Added: July 05, 2010 | Visits: 1.523

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: February 08, 2010 | Visits: 1.485

Games::Euchre::Player Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (116): Games::Euchre::Player Download

Added: March 25, 2010 | Visits: 1.908

Running Unix Memory Test The goal of RUMT is to check the memory of a computer over a long period of time and almost-real load conditions without having to interrupt the services. RUMT exploits the possibility of some Unix kernels to selectivly disable some memory areas while still accessing them through the /dev/mem...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Running Unix Memory Test Download

Added: January 26, 2010 | Visits: 2.030

comisat Games Collection comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english. comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published...


Platforms: *nix

License: Freeware Size: 7.9 MB Download (110): comisat Games Collection Download

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: February 26, 2010 | Visits: 1.588

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

< 1 2 3 4 5 >