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

Webcam Games software
Filter: All | Freeware | Demo
 

Webcam Games

< 1 2 3 4 5 > 
Added: May 03, 2010 | Visits: 919

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

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

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: September 24, 2010 | Visits: 2.625

webcam snaps webcam snaps is a Web cam utility to take snapshots using Web cam. This program is completely written in C. Using vfl and GTK. I hope this utility will be useful for those who wish to handle Web cam under GNU/Linux. Ive tested this application on Suse 10.1 and Debian Sarge 3.1a. If you have... Platforms: *nix

License: Freeware Size: 102.4 KB Download (449): webcam snaps Download

Added: March 20, 2010 | Visits: 931

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

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

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

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: January 24, 2010 | Visits: 3.562

sn-webcam sn-webcam is a program that captures and displays frames from an sn9c102-based Sonix/Microdia Webcam, using Video for Linux 2 and the sn9c102 USB driver. sn-webcam project also allows the user to upload the captured images by FTP.. official home page of sn-webcam a gnu/linux webcam image grabber... Platforms: *nix

License: Freeware Size: 215.04 KB Download (1165): sn-webcam Download

Added: June 14, 2010 | Visits: 1.149

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

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

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

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: March 13, 2010  |  Added: March 27, 2010 | Visits: 2.693

DawnArk Mac WebCam Recorder Do you want to record the wonderful childhood? Do you want to record a good time with whole family together? A camera can easily do it.Do you want to show your friend about your guitar playing? A camera can easily do it. DawnArk WebCam Recorder is a software which able to record smooth video. It... Platforms: Mac, Other

License: Shareware Cost: $22.50 USD Size: 1.11 MB Download (982): DawnArk Mac WebCam Recorder Download

Released: April 02, 2010  |  Added: April 27, 2010 | Visits: 1.787

DawnArk WebCam Monitor Do you have your own pet? Do you have to take care of the children?Do you want to know what is going on at home,when you are at work or go out for sightseeing? DawnArk WebCam Monitor via Photobucket.com can help you immediately grasp the present home situation. DawnArk WebCam Monitor via... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 7.64 MB Download (1728): DawnArk WebCam Monitor Download

Released: September 03, 2011  |  Added: October 08, 2011 | Visits: 4.356

Multi Webcam Video Recorder Free Multi Webcam Video Recorder is an excellent free webcam recording tool that can capture video stream from multiple webcams plugged in your computer and save to seperated files directly to your local disk. It is completely free. The video files are saved in Windows Media Format that can be... Platforms: Windows

License: Freeware Size: 884.32 KB Download (709): Multi Webcam Video Recorder Free Download

Released: January 24, 2015  |  Added: January 28, 2015 | Visits: 24.989

Camersoft Webcam Recorder Camersoft Webcam Recorder is powerful and professional webcam capture software, which could record webcam video into AVI files and you could play them on your PC with Windows Media Player or other video player tools whenever you want. This webcam recorder works like a DV or VCR to record... Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 5.28 MB Download (517): Camersoft Webcam Recorder Download

Released: July 10, 2010  |  Added: July 14, 2010 | Visits: 8.087

Camersoft Webcam Capture Camersoft Webcam Capture Freeware is powerful and professional webcam recording software, which could record webcam into AVI video files and you could replay them on your PC with Windows Media Player or other video players whenever you want. This free webcam recorder could also work as a... Platforms: Windows

License: Freeware Size: 5.28 MB Download (2764): Camersoft Webcam Capture Download

Released: October 01, 2012  |  Added: December 11, 2012 | Visits: 1.944

Webcam for Remote Desktop Webcam for Remote Desktop is software by FabulaTech that redirects a webcam from local computer to remote desktop session. It is created exclusively for webcam high-level redirection. Supporting both RDP and Citrix ICA, Webcam for Remote Desktop creates a virtual webcam on the server side, which... Platforms: Windows, Other

License: Shareware Cost: $49.00 USD Size: 10.62 MB Download (160): Webcam for Remote Desktop Download

< 1 2 3 4 5 >