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

Portable Game software
Filter: All | Freeware | Demo
 

Portable Game

< 1 2 3 4 5 > 
Released: August 25, 2014  |  Added: September 08, 2014 | Visits: 1.894

Calendarscope Portable Edition Keep information about your schedule, meetings and special events always with you on a portable flash drive! Plan your day, manage your time, and schedule appointments quickly and easily with Calendarscope Portable Edition. Carry the program and all data with you on a flash memory drive! USB...



Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $39.95 USD Size: 4.14 MB Download (167): Calendarscope Portable Edition Download

Released: October 14, 2009  |  Added: June 18, 2010 | Visits: 2.765

LinkCollector Portable Edition Portable bookmark manager for Firefox, Opera, Internet Explorer and Google Chrome browsers. The program can synchronize bookmarks between different browsers and computers or supported files. LinkCollector can create your favorite collection of a bookmarks and store them on a USB Flash Drive....





Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.48 MB Download (275): LinkCollector Portable Edition Download

Released: June 14, 2008  |  Added: June 18, 2008 | Visits: 1.590

Matching Game Matching Game is the traditional matching game where you flip two cards to see if they match. If they match, they will disappear. Make all the cards disappear to complete a level. Complete 10 levels to win the game! Matching game has two levels of difficulty with an easy level for younger players...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.87 MB Download (118): Matching Game Download

Released: June 20, 2008  |  Added: June 24, 2008 | Visits: 1.701

Andromeda SuDoKu Game Andromeda SuDoKu Game is one of the most amazing, challenging, intriguing, and entertaining puzzles to sweep the world in decades. It has a unique solution that can be reached logically without guess. Fill digits from 1 to 9 into the blank spaces. Every row must contain one of each digit. So must...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 2.1 MB Download (115): Andromeda SuDoKu Game Download

Released: May 25, 2008  |  Added: June 30, 2008 | Visits: 6.752

Game Key Revealer Game Key Revealer, reveals the CD-Key and Serials for installed games in computer. If you lost legal CD-Keys or Serials of your purchased games, you can find them with Game Key Revealer. Features: - Displays ability over 450 game keys - Save ability to Text or Word (Word XP/2003/2007...


Platforms: Windows

License: Freeware Size: 78.73 KB Download (543): Game Key Revealer Download

Released: January 01, 2023  |  Added: January 05, 2023 | Visits: 3.302

500 Card Game From Special K Software 500 card game from Special K Software. This program plays the popular card game of 500 with the benefits of playing through WINDOWS. You can choose your style of play, as well as customising for local rules and MISERE options. It has animation, and supports all sound cards. Speed and...


Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $38.00 USD Size: 3.37 MB Download (411): 500 Card Game From Special K Software Download

Released: May 01, 2009  |  Added: May 05, 2009 | Visits: 8.819

Portable RDP 6 client Microsoft has annoyed the world with RDP 6 issues, bugs, difficulty to install it, requierements... RDP 6 portable is the very simple, easy to use program to blow-up all of these issues. It is a fully functionnal RDP 6 client standalone program. Less than 3 MB: no more need to install 350 MD of...


Platforms: Windows, Windows CE

License: Freeware Size: 2.46 MB Download (2223): Portable RDP 6 client Download

Added: January 18, 2010 | Visits: 1.518

A Jacks Game A Jacks Game is a real-time game that runs in a Web browser using the AJAX (Asynchronous JavaScript and XML) technology. Multiple users can login in A Jacks Game to explore a common map and earn a common currency as their score. A Jacks Game is free software released under GNU/GPL Open Source...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): A Jacks Game Download

Added: September 13, 2010 | Visits: 1.639

Quick and Dirty Game Development Framework QDGDF stands for Quick and Dirty Game Development Framework, and its a set of libraries designed to allow fast development of games under a variety of systems. Quick and Dirty Game Development Frameworks main goal is to show a platform-independent, consistent interface to UNIX/Linux and MS...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Quick and Dirty Game Development Framework Download

Added: February 26, 2010 | Visits: 905

FreakOut FreakOut project is a portable breakout game. It has lots of features and nice graphics. Binaries are available for Linux i386 (SVGAlib) and DOS. Limitations:. Get FreakOut at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory....


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): FreakOut Download

Added: July 21, 2010 | Visits: 1.560

Chess::Game::MoveList Chess::Game::MoveList is a specialized list class for recording the moves of a Chess::Game. SYNOPSIS $movelist = Chess::Game::MoveList->new("white", "black"); $wpawn = Chess::Game::Pawn->new("e2", "white"); $entry = $movelist->add_move($wpawn, "e2", "e4"); $true = $entry->get_piece() eq...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game::MoveList Download

Added: November 12, 2010 | Visits: 1.473

Chess::Game Chess::Game is a class to record and validate the moves of a game of chess. SYNOPSIS use Chess::Game; $game = Chess::Game->new(); $clone = $game->clone(); $move = $game->make_move("e2", "e4"); $move_c = $clone->make_move("e2", "e4"); $true = ($move->get_piece() ne $move_c->get_piece());...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game Download

Added: February 08, 2010 | Visits: 3.409

Acquire Board Game Acquire is a computer version of the classic board game. The goal of the game is to make the most profit by buying stocks in companies that form, merge and grow as tiles are placed on the game board. This program is a text-based version of the game and should be playable on any system with a...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (306): Acquire Board Game Download

Added: March 27, 2010 | Visits: 1.269

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

Added: May 14, 2010 | Visits: 1.637

Portable Coroutine Library Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (118): Portable Coroutine Library Download

Added: March 22, 2010 | Visits: 1.209

Yet Another Dungeon-game Yet Another Dungeon-game is a maze (or dungeon) game with a flexible text-based map format and interface plugins. Installation: yad/ $ ./configure yad/ $ make (as per usual) Now, to run it -- The environment variable YAD_MODULES needs to point to the full path of interface/.libs in the...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (108): Yet Another Dungeon-game Download

Added: September 08, 2010 | Visits: 1.250

Lightweight Java Game Library Lightweight Java Game Library project is a native binding to OpenGL and OpenAL. The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind. It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with...


Platforms: *nix

License: Freeware Download (118): Lightweight Java Game Library Download

Added: May 02, 2010 | Visits: 955

game build game is a simple Tetris-like game. The objective of the game is to keep the level of colored blocks down as long as possible. New blocks are falling down at an increasing rate, blocks can be removed by creating rows of three or more blocks of the same color. The longer the row, the more...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (97): game build Download

Added: February 18, 2010 | Visits: 1.025

Epiphany Game Epiphany project is a multiplatform clone of the game Boulderdash. It is written entirely in C++, using Clanlib as its graphic library. The player must collect all valuable minerals scattered in levels, while avoiding being hit by a falling boulder or a bomb..


Platforms: *nix

License: Freeware Size: 1.4 MB Download (106): Epiphany Game Download

Added: May 27, 2010 | Visits: 1.546

game control program game control program project helps administrate game servers, especially automated kicking of players. game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible. With the current modules, it can...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (100): game control program Download

< 1 2 3 4 5 >