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

Game Programming Information freeware
Filter: All | Freeware | Demo
 

Game Programming Information

< 1 2 3 4 5 > 
Added: January 11, 2010 | Visits: 1.114

Java + information flow Java + information flow (Jif in short) is a security-typed programming language that extends Java with support for information flow control and access control, both at compile time and at run time. The source code for the Jif compiler and run-time system is now available for download. Jif is... Platforms: *nix

License: Freeware Download (93): Java + information flow Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 496

Tourk - Programming game framework Tourk is a framework for developing programming games, where two (or more) people write game playing code (like Deep Blue) and a controller puts the two against each other. Platforms: Windows, Mac, Linux

License: Freeware Size: 32.78 KB Download (46): Tourk - Programming game framework Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 1.077

Game Maker Lite Game Maker allows you to make exciting computer games without the need to write a single line of code. Using easy-to-learn, drag-and-drop actions, you can make professional-looking games in no time. Games can have backgrounds, animated graphics, music, and sound effects, and once you get more... Platforms: Windows

License: Freeware Size: 10.3 MB Download (114): Game Maker Lite Download

Added: June 11, 2013 | Visits: 524

Tactical Information Center Tactical Information Center is an aditional website-software for the online game. It is never a hard mission for you to design a web game for yourself with this project. Platforms: PHP

License: Freeware Size: 1.12 MB Download (41): Tactical Information Center Download

Added: September 13, 2010 | Visits: 1.640

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: July 21, 2010 | Visits: 1.561

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

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: July 05, 2010 | Visits: 1.529

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with... Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: November 24, 2010 | Visits: 1.869

WWW::BF2Player WWW::BF2Player is a Perl module that can fetch information about game servers from BF2Player.com SYNOPSIS # example 1 use WWW::BF2Player; my $bfp = WWW::BF2Player->new; # omitted UserId, must set it per-request my $player = $bfp->getPlayer( UserId => 5307, PlayerId => 64246757 ); # userId... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): WWW::BF2Player Download

Added: July 24, 2010 | Visits: 1.158

Infon Battle Arena Infon Battle Arena is a networked multiplayer real-time programming game featuring little creatures fighting for food. You upload your Creature Code (written in Lua) to a game server using a telnet Interface. The game server then runs your code. The graphical client can be used to watch running... Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): Infon Battle Arena 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 27, 2010 | Visits: 1.029

Information Currency Subversion Client Information Currency Subversion project is a command-line client for Subversion repositories that supports the generation of information currency from committed source code.. Platforms: *nix

License: Freeware Size: 133.12 KB Download (91): Information Currency Subversion Client Download

Added: September 10, 2010 | Visits: 860

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: March 03, 2010 | Visits: 1.423

SiG Information Generator SiG Information Generator provides a class for persistant objects in PHP. SiG allows developers to create, store, retrieve, and search any custom PHP object. Using the Node base class one can create hierachies of related classes. It has been repackaged as a Wordpress Plugin. SiG is written in... Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): SiG Information Generator Download

Added: November 20, 2010 | Visits: 1.516

Modularized Information Environment Modularized Information Environment (MIE) is a Web-based information management tool designed to meet the needs of small or medium sized organizations. Modularized Information Environment implements user authentication, storage of settings in a database, multi-lingual support and a presentation... Platforms: *nix

License: Freeware Size: 368.64 KB Download (92): Modularized Information Environment Download

Added: October 18, 2010 | Visits: 1.468

Game::Life Game::Life - Plays Conways Game of Life. SYNOPSIS use Game::Life; my $game = new Game::Life( 20 ); my $starting = [ [ 1, 1, 1 ], [ 1, 0, 0 ], [ 0, 1, 0 ] ]; $game->place_points( 10, 10, $starting ); for (1..20) { my $grid = $game->get_grid(); foreach ( @$grid ) { print map { $_ ?... Platforms: *nix

License: Freeware Size: 6.14 KB Download (110): Game::Life Download

Added: August 15, 2010 | Visits: 1.162

Super-Qstat Super-Qstat is a theme for superkaramba that displays information about one or two game servers: - ip of the server - number of players on it - current map - ping - name of the server - display the name of the first 16 players with their frag count All qstat game server are supported and... Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): Super-Qstat Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 686

Game Develop Game Develop is a free creator software, allowing the development of any kind of 2D games. No knowledge is required, all the development process is made thanks to a graphical user interface, with all editors intregrated. The creation under Game Develop is entirely graphical : Creation of objects,... Platforms: Windows

License: Freeware Size: 38.81 MB Download (58): Game Develop Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 937

Pocket Programming Language FREE PPL is a FREE, fast and easy-to-learn programming language that is fully object-oriented. PPL runs on all Windows Mobile devices using Windows Mobile 2003, 5 and 6. PPL is also compatible with PC desktop computers. Programs written for one system are 100% compatible with the other. Write high... Platforms: Windows, Pocket PC

License: Freeware Size: 26.32 MB Download (64): Pocket Programming Language FREE Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 551

Java CounterStrike Game Probe The Java CounterStrike Game Probe will implement Java to develop an application that will probe a list of Half-Life CounterStrike game servers and display the server information in a customizable format (console, applet, standalone). Platforms: Windows, Mac, Linux

License: Freeware Size: 34.18 KB Download (47): Java CounterStrike Game Probe Download

< 1 2 3 4 5 >