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

Logic Games freeware
Filter: All | Freeware | Demo
 

Logic Games

< 1 2 3 4 5 
Added: January 24, 2010 | Visits: 1.698

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize... Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

Added: May 03, 2010 | Visits: 918

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

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

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

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

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

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: June 14, 2010 | Visits: 1.148

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 (132): Games::AlphaBeta::Reversi Download

Added: February 27, 2010 | Visits: 902

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 (97): Games::AlphaBeta::Position Download

Added: July 04, 2010 | Visits: 947

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

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 (285): Gnome Games 2.18.2.1 / Download

Added: March 01, 2010 | Visits: 1.039

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

Fox Hunt Fox Hunt project is a logic game written in Java. It was inspired by the sports competition of the same name. In that competition, participants run in the forest equipped with small radio locators, seeking small hidden radio wave emitters called "foxes". In Fox Hunt you are one of such... Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Fox Hunt Download

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

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: August 10, 2012  |  Added: August 10, 2012 | Visits: 1.104

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: July 24, 2012  |  Added: July 24, 2012 | Visits: 836

Apple Logic 'Hypnotic Stepz' for Mac OS The most important features of this product is the Step-Sequencer Emulation in Logic using the Matrix Editor combined with new EXS24 Step-Sequenzer Sounds and Sliced Drum Kits. In a limited key range you will find muted notes for each 1/16-segment. You can de-mute the notes intuitive and quickly... Platforms: Mac

License: Freeware Size: 11 MB Download (647): Apple Logic 'Hypnotic Stepz' for Mac OS Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 733

Logic Puzzles Solve logic problems on your computer or print them out for solving in your easy chair. Use a fill in chart or traditional solving chart to enter your answers. You can also get hints, restart the puzzle, check you answers or see the entire solution. The shareware version comes with five puzzles,... Platforms: Windows

License: Freeware Size: 2.95 MB Download (485): Logic Puzzles Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 607

Mac Games Arcade for Mac OS Allows users to download, purchase and manage their Mac games all through an innovative and easy-to-use Mac interface. With Mac Games Arcade, users can browse through over 1000 digital download Mac titles from over 100 Mac developers, check out demos, write reviews, purchase games, and maintain... Platforms: Mac

License: Freeware Size: 2.5 MB Download (466): Mac Games Arcade for Mac OS Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 718

Hoyle Card Games 2010 for Mac OS Feeling lucky? Then pull up a chair and deal yourself in to these exciting card games from HOYLE, the #1 brand in family entertainment! HOYLE Card Games 2010 features all of your favorite team-style and solo card games from Old Maid and Canasta to Solitaire and Poker. Learn new games and refine... Platforms: Mac

License: Freeware Size: 708 MB Download (466): Hoyle Card Games 2010 for Mac OS Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 663

Smart Educational Games for Mac OS A pack of games that helps you learn world Geography (States, Counties, Capital Cities), improves your memory, your mental awareness and your calculating speed. Specially designed for both Grown-ups and Kids:The program is suitable for both Grown-ups and kids. A simple button changes the... Platforms: Mac

License: Freeware Size: 3.5 MB Download (463): Smart Educational Games for Mac OS Download

< 1 2 3 4 5