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

Programming Game Proposal Samples freeware
Filter: All | Freeware | Demo
 

Programming Game Proposal Samples

1 2 3 4 5 > 
Added: January 15, 2010 | Visits: 1.003

RealTimeBattle RealTimeBattle project is a a robot programming game for Unix. RealTimeBattle is a programming game, in which robots controlled by programs are fighting each other. The goal is to destroy the enemies, using the radar to examine the environment and the cannon to shoot..



Platforms: *nix

License: Freeware Size: 1.2 MB Download (103): RealTimeBattle Download

Added: July 24, 2010 | Visits: 1.155

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

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

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

Added: August 07, 2008 | Visits: 662

RoboShips Roboships is a programming game, you must build and program 2-10 roboships to fight against each other. Ships can have different hulltypes and sets of weapons. Programming is done with flowcharts and battles are fought in 2D sea.


Platforms: Windows

License: Freeware Size: 2.1 MB Download (108): RoboShips Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 332

Robocode Robocode is a programming game, where the goal is to develop a robot battle tank to battle against other tanks in Java or .NET. The robot battles are running in real-time and on-screen. The motto of Robocode is: Build the best, destroy the rest!


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.86 MB Download (52): Robocode Download

Added: February 24, 2010 | Visits: 790

Alpy Alpy provides Python bindings to the Allegro game programming library..


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Alpy Download

Added: May 10, 2013 | Visits: 581

Allegro Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: Unix (Linux, FreeBSD, etc.), Windows, MacOS X and Haiku/BeOS. Older versions also support DOS and QNX. It provides many functions for graphics, sounds, player input (keyboard, mouse...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (53): Allegro Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 646

Freedom Blogging Profit Bonus System freedom blogging profit bonus reveals to make money blogging using free traffic like Facebook. freedom blogging profit bonus explains what this new program by Stephen Ng and Paul Walker is all about. You will get a glimpse into how to use social media software to help your blogging efforts and...


Platforms: Windows, Mac, Linux

License: Freeware Size: 503 KB Download (47): Freedom Blogging Profit Bonus System Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 397

B.O.T.S B.O.T.S (Bots Tactical Simulation) is a programming game, where players 'code' the behaviour of their bot and watch them fight with others bots in a arena. It comes with a full environnement in Java/Swing, for coding, debugging, playing matchs, etc ...


Platforms: Windows, Mac, Linux

License: Freeware Size: 872.95 KB Download (47): B.O.T.S Download

Added: April 03, 2010 | Visits: 1.208

Easy Game Library Easy Game Library is library of C++ classes designed to make game programming easier. Now it consists only of easy_sprite library which consists of classes for using sprites. It should compile on different platforms because it uses SDL library as backend. Installation: To install run such...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (111): Easy Game Library Download

Added: September 13, 2010 | Visits: 1.636

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

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

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: September 08, 2010 | Visits: 1.249

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: September 10, 2010 | Visits: 858

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: October 18, 2010 | Visits: 1.463

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: June 11, 2010 | Visits: 1.542

Intro to Bash Programming HOWTO Intro to Bash Programming HOWTO is a bash programming tutorial. The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its development, but it is hoped that...


Platforms: *nix

License: Freeware Download (188): Intro to Bash Programming HOWTO Download

Added: February 01, 2010 | Visits: 1.255

Allegro 4.2.2 / Allegro is a game programming library for C/C++ developers distributed freely, supporting the following platforms: DOS, Unix (Linux, FreeBSD, Irix, Solaris, Darwin), Windows, QNX, BeOS and MacOS X. Allegro project provides many functions for graphics, sounds, player input (keyboard, mouse and...


Platforms: *nix

License: Freeware Size: 2.83 MB Download (245): Allegro 4.2.2 / Download

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

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

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

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

1 2 3 4 5 >