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

Motion Games freeware
Filter: All | Freeware | Demo
 

Motion Games

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 1.418

Motion Detect Motion Detect is an iMovie plug-in that highlights motion in your clips. It does this by comparing to successive frames, and high-lighting differences between those frames. The plug has additional controls to amplify changes, and to suppress very small changes. It can also super-impose the...



Platforms: Mac

License: Freeware Size: 891 KB Download (176): Motion Detect Download

Added: January 24, 2010 | Visits: 1.694

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

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: September 16, 2010 | Visits: 1.409

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 (167): Games::Euchre::Trick Download

Added: October 27, 2010 | Visits: 1.282

motion Motion is a program that monitors the video signal from one or more cameras and is able to detect if a significant part of the picture has changed. Or in other words, it can detect motion. The program is written in C and is made for the Linux operating system. Motion is a command line based...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (165): motion Download

Added: August 18, 2008 | Visits: 1.139

Athens 2004 Olympic Games ScreenSaver Athens 2004 Olympic Games hightlights in amazing slideshow with automatic desktop wallpaper changer will bring you into the center of the Olympic Cyclone. The true spirit of the Olympic Games will surround you with the Athens 2004 Olympic Games screensaver. It has never been easier before to feel...


Platforms: Windows

License: Freeware Size: 4.96 MB Download (158): Athens 2004 Olympic Games ScreenSaver Download

Added: June 08, 2006 | Visits: 3.549

Excessively Free Internet Games Excessively is a comprehensive online game collection. There is no signup process or complicated steps to get started, and no charges...just a simple way to play Internet games for free! Action, adventure, arcade, casino, fighting, humor, puzzles, racing, retro, shooting, sports, strategy games,...


Platforms: Windows

License: Freeware Size: 1.29 MB Download (153): Excessively Free Internet Games Download

Added: January 18, 2010 | Visits: 1.975

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: August 06, 2008 | Visits: 1.209

DHTML Games Phong, Brick, Earthquake, Tetris and more DHTML games scripts to use on your website. These scripts illustrate the power of DHTML, study the best ones to improve your own DHTML programming.


Platforms: Windows

License: Freeware Download (134): DHTML Games Download

Added: June 14, 2010 | Visits: 1.147

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: August 19, 2008 | Visits: 1.628

Math Games Level 1 Math Games Level 1 teaches addition and multiplication with numbers from 1 to 12. Using the mouse, a student can select the values to calculate. Then, he or she clicks on the "Ask Me" button and lets the robot do the calculation and report the result. The game window can be maximized to make it...


Platforms: Windows

License: Freeware Size: 1.15 MB Download (131): Math Games Level 1 Download

Added: August 03, 2008 | Visits: 1.665

Free Popcap Games Screensaver There is hardly a person today who have not heard anything about PopCap games. With this free PopCap games screensaver you will enjoy most popular free PopCap web games right on your desktop absolutely free. Download it now!


Platforms: Windows

License: Freeware Size: 2.87 KB Download (130): Free Popcap Games Screensaver Download

Added: August 26, 2010 | Visits: 1.255

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: September 12, 2010 | Visits: 2.090

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: April 05, 2010 | Visits: 1.426

Games::Checkers SYNOPSIS # automatical computer-vus-computer play script use Games::Checkers::Constants; use Games::Checkers::Board; use Games::Checkers::BoardTree; my $board = new Games::Checkers::Board; my $color = White; my $numMoves = 0; print $board->dump; while ($board->canColorMove($color)) {...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (124): Games::Checkers Download

Added: August 13, 2008 | Visits: 1.439

123 Free Puzzle - Card Games Collection 123 FREE Puzzle 2005 is an exciting collection of eight Puzzle Card Games. 123 Free Puzzle 2005 features a winning layout, fast game play, rich sounds, extensive options, and quality help. 123 Free Puzzle 2005 features eight great Puzzle games: Four Sums, Knights Errant, Move for the Goal,...


Platforms: Windows

License: Freeware Size: 2.79 MB Download (124): 123 Free Puzzle - Card Games Collection Download

Added: March 20, 2010 | Visits: 926

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

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: January 26, 2010 | Visits: 2.034

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 (116): comisat Games Collection Download

Added: January 01, 2010 | Visits: 1.472

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

< 1 2 3 4 5 >