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

Memory Games Ppt freeware
Filter: All | Freeware | Demo
 

Memory Games Ppt

< 1 2 3 4 5 
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: 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: September 27, 2010 | Visits: 904

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: March 20, 2010 | Visits: 923

Games::Alak Games::Alak is a simple game-tree implementation of a gomoku-like game. SYNOPSIS % perl -MGames::Alak -e Games::Alak::play ...Or just run Alak.pm as if it were a program... ...Program responds with output, and a prompt: Lookahead set to 3. I am X, you are O. Enter h for help X moves...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (120): Games::Alak Download

Added: July 04, 2010 | Visits: 954

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

Games::Goban Games::Goban is a board for playing go, renju, othello, etc. SYNOPSIS use Games::Goban; my $board = new Games::Goban ( size => 19, game => "go", white => "Seigen, Go", black => "Minoru, Kitani", referee => &Games::Goban::Rules::Go, ); $board->move("pd"); $board->move("dd"); print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (170): Games::Goban Download

Added: March 18, 2010 | Visits: 1.062

Memory Structures Library Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more. The project supports single, double, and circular linked...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (98): Memory Structures Library Download

Added: June 14, 2010 | Visits: 1.145

Games::AlphaBeta::Reversi Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. SYNOPSIS package My::Reversi; use base qw(Games::AlphaBeta::Reversi); # implement drawing routine sub draw { ... } package main; use My::Reversi; use Games::AlphaBeta; my ($p, $g); $p =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (131): Games::AlphaBeta::Reversi Download

Added: February 27, 2010 | Visits: 896

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: July 04, 2010 | Visits: 941

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: March 27, 2010 | Visits: 2.485

Gnome Games 2.18.2.1 / Gnome Games is a collection of games for the GNOME desktop. There are sixteen games including card games, puzzle games, and arcade games. These games are designed to be simple but addictive – five minute games for when you need a break. Regretfully we cannot be held responsible for the...


Platforms: *nix

License: Freeware Size: 9 MB Download (279): Gnome Games 2.18.2.1 / Download

Added: March 01, 2010 | Visits: 1.034

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: December 20, 2010  |  Added: December 26, 2010 | Visits: 1.682

PC Brother Memory Optimization Free PC Brother Memory Optimization Free is a powerful but easy-to-use system application that can optimize your PC, as well as show you the current system usage in both graph and by numbers. It can help your PC operate more efficiently and run faster. This totally free application is user...


Platforms: Windows

License: Freeware Size: 2.6 MB Download (1724): PC Brother Memory Optimization Free Download

Released: July 07, 2015  |  Added: August 03, 2015 | Visits: 2.421

Moyea Free PPT to PDF Converter Moyea Free PPT to PDF Converter is a free, smart and integrated PDF creation program that converts Microsoft Office documents including Word, Excel & PowerPoint to PDF files in one mouse click. With an intuitive interface and powerful settings, the PPT to PDF converter offers an easy access for...


Platforms: Windows, Windows 7

License: Freeware Size: 8.07 MB Download (208): Moyea Free PPT to PDF Converter Download

Released: January 07, 2009  |  Added: November 09, 2011 | Visits: 1.663

Free Doc Xls PPT Txt To Pdf Converter Free Doc Xls PPT Txt To Pdf Converter can create PDF file from documents including doc, docx, docm, rtf, xls, xlsx, xlsm, ppt, pptx, pptm, txt with high speed and excellent output quality. It supports converting one document format to pdf at one time.The conversion will be as original as an...


Platforms: Windows

License: Freeware Size: 3.22 MB Download (104): Free Doc Xls PPT Txt To Pdf Converter Download

Released: December 20, 2012  |  Added: January 08, 2013 | Visits: 984

FlipPageMaker PDF to PPT Flippagemaker PDF to PPT converter is a 100% free and efficient application to convert PDF files to fully editable PowerPoint files. If you are looking for a tool to convert un-editable PDF documents into act-like PowerPoint files, Flippagemaker PDF to PPT could be a good choice for you. With...


Platforms: Windows

License: Freeware Size: 1.62 MB Download (73): FlipPageMaker PDF to PPT Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 644

Catch A Thief - Addictive Memory Game "100% Off Full Version! Limited Time! *** Thief! Thief! Thief! Catch Him If You Can** * Be sure to check out our other apps and games as well! GameUtilities - 101 in 1 - 10 Games & 91 Utilities Photo Strip Maker Soccer Champ Air Traffic Dash * Catch A Thief Is An Addictive Memory Game. Your...


Platforms: iPhone, iPod

License: Freeware Size: 2.9 MB Download (59): Catch A Thief - Addictive Memory Game Download

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

qeep-games Play fun multiplayer games wherever you are! Plus, you can blog photos or send text messages, sound attacks or virtual gifts - all for free! 'qeep' in touch anywhere, anytime! *Multiplayer Live Games: Challenge millions of real players from across the room or across the globe to a fun and free...


Platforms: Windows, Handheld/Mobile Other, Java, Pocket PC, Symbian, Other

License: Freeware Download (524): qeep-games Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 873

BrainSpeeder Brain Games Online brain training and brain teasers for free! Mind exercises and mental workout for your grey matter with big fun factor. The quick brain games of BrainSpeeder enhance your mental agility with different types of mind games such as Arithmetic, Mnemonic, Speedoku and so on. This brain trainer...


Platforms: Windows

License: Freeware Size: 3.25 MB Download (57): BrainSpeeder Brain Games Download

< 1 2 3 4 5