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

Acer Games Pack software
Filter: All | Freeware | Demo
 

Acer Games Pack

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

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 (90): 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: 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: 895

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

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: April 15, 2010 | Visits: 1.556

Slackfr Media pack Slackfr Media pack is a set of multimedia packages for the Slackware Linux distribution. It contains: - a52dec - avifile - binaries-codec - divx4linux - faac-1.25 - faad2-2.5 - ffmpeg-snapshot - lame-3.97 - libdv - libdvdcss - libdvdnav - libdvdread - libebml - libfame -...


Platforms: *nix

License: Freeware Size: 41.7 MB Download (356): Slackfr Media pack Download

Added: March 27, 2010 | Visits: 2.484

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

Added: May 21, 2010 | Visits: 1.375

T-ish Pack T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger. They fit well with Compiz also. Contents: T-ish - Clearlooks theme T-ish Aguastyle - Clearlooks theme with some pixmap elements T-ish-Ubuntulooks - Ubuntlooks theme T-ish-Ubuntulooks...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (182): T-ish Pack Download

Added: July 26, 2010 | Visits: 2.822

MySQL Pack for QNAP TS-101/TS-201 MySQL Pack for QNAP TS-101/TS-201 was created to install MySQL on the QNAP NAS server, TS-101/TS-201. It contains a pre-compiled MySQL server and install programs. The php module supporting MySQL client will be also included if its necessary. The Pack also contains simple webpages for start/stop...


Platforms: *nix

License: Freeware Size: 9.9 MB Download (244): MySQL Pack for QNAP TS-101/TS-201 Download

Released: August 10, 2014  |  Added: September 10, 2014 | Visits: 2.350

Tipard iPhone Software Pack Tipard iPhone Software Pack has some powerful functions, such as it can convert/rip DVD and video to iPhone video and audio format. It can help you make iPhone ringtone by converting any videos or audios to M4R audio format. It also enables you to transfer iPhone files to PC and transfer local...


Platforms: Windows, Windows 7, Other

License: Shareware Cost: $39.00 USD Size: 74.89 MB Download (236): Tipard iPhone Software Pack Download

Released: November 30, 2011  |  Added: December 07, 2011 | Visits: 4.007

Acer Drivers Update Utility Acer Drivers Update Utility updates your system drivers for Acer devices automatically with just several clicks. It will scan your system first then download and install Acer official drivers to let your Acer device work properly. The Acer Driver Update Utility keeps your system...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.5 MB Download (476): Acer Drivers Update Utility Download

Released: November 18, 2011  |  Added: December 18, 2011 | Visits: 1.890

DriverXP For Acer Update Windows XP/2000/2003/NT drivers for your Acer notebooks. DriverXP For Acer can help relieve you of worries about installing out-of-date drivers. It scans your system and install Acer official drivers to your Acer notebooks automatically. Whether it's because you're trying to install...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.5 MB Download (252): DriverXP For Acer Download

Released: March 30, 2013  |  Added: April 16, 2013 | Visits: 1.761

Tipard iPad Software Pack Tipard iPad Software Pack can easily convert any popular video format to iPad video formats and audio formats, rip DVD to iPad, and it can transfer videos/music/images from PC to iPad, also you can back up your iPad files to your PC without the help of iTunes, make your own iPhone ringtone, and...


Platforms: Windows, Other

License: Shareware Cost: $49.00 USD Size: 58.5 MB Download (254): Tipard iPad Software Pack Download

Released: July 14, 2010  |  Added: July 19, 2010 | Visits: 3.191

Windows Media Codec Pack Windows Media Codec Pack the freeware codec pack for all version of Windows will play 99% of all video types. DVDs, Xvid, MP4, Real, and many more.


Platforms: Windows

License: Freeware Size: 7.04 MB Download (688): Windows Media Codec Pack Download

< 1 2 3 4 5