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

Python Games software
Filter: All | Freeware | Demo
 

Python Games

< 1 2 3 4 5 > 
Added: June 20, 2010 | Visits: 1.154

Games::Othello Games::Othello is a Perl extension for modelling a game of Othello. SYNOPSIS use Games::Othello; my $game = Games::Othello->new(); while( !game->over ) { printf "It is presently %ss move", ($game->whos_move eq b) ? black, white; my @possible_moves = values $game->possible_moves(); if...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Games::Othello Download

Added: September 06, 2010 | Visits: 1.167

Sybase module for Python Sybase module for Python project provides a Python interface to the Sybase relational database system. The Sybase package supports all of the Python Database API, version 2.0 with extensions. Whats New in This Release: - This release works with Python 2.5, Sybase 15, and 64-bit clients. - It...





Platforms: *nix

License: Freeware Size: 99.33 KB Download (119): Sybase module for Python Download

Added: February 26, 2010 | Visits: 1.595

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

Added: June 02, 2010 | Visits: 907

Fonty Python Fonty Python project allows you to manage your fonts on Gnu/Linux. As a designer, I missed the ability to view and keep lists of fonts in easy-to-use collections. With this program you can assign/remove fonts to/from a pog (from the word typography) and then install the pog. All the fonts...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Fonty Python Download

Added: January 01, 2010 | Visits: 1.473

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: October 26, 2010 | Visits: 957

EasyEclipse for Python EasyEclipse for Python is for Python development. This distribution includes the following plugins: Core components: - Eclipse Platform 3.2.1 - Shared platform services from Eclipse. - Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects. - Java for Windows 1.5.0.09 - Run...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 117 MB Download (96): EasyEclipse for Python Download

Added: January 08, 2010 | Visits: 945

GStreamer Python Bindings GStreamer Python Bindings project provide Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (97): GStreamer Python Bindings Download

Added: March 03, 2010 | Visits: 1.017

Gst-Python Gst-Python provides Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API..


Platforms: *nix

License: Freeware Size: 491.52 KB Download (112): Gst-Python Download

Added: May 26, 2010 | Visits: 777

python-gdkinput python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. his group of functions is not present in the Gtk+/Python "PyGtk" binding, and one needs it to do asynchronous I/O in a Gtk+ based GUI. Plans for the future: A priori, its finished. Maybe...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): python-gdkinput Download

Added: August 11, 2010 | Visits: 1.562

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: June 12, 2010 | Visits: 1.024

CORBA-Python CORBA-Python is a package supplies the following tools : idl2py : IDL compiler to Python. idl2pyemb : IDL compiler to Python embedded with C idl2pyext : IDL compiler to Python extension with C idl2pycli : RPC-GIOP client stub generator idl2pysrv : RPC-GIOP server skeleton generator.


Platforms: *nix

License: Freeware Size: 61.44 KB Download (119): CORBA-Python Download

Added: November 27, 2010 | Visits: 1.093

Python GnuPGInterface GnuPGInterface is a Python module to interface with GnuPG . It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means. This module is based on GnuPG::Interface, a Perl module by the same author. To install this...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Python GnuPGInterface Download

Added: October 22, 2010 | Visits: 1.451

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: September 08, 2010 | Visits: 879

Games::PerlWar Games::PerlWar is a Perl variant of the classic Corewar game. This is a sparring program, similar to the programmed reality of the Matrix. It has the same basic rules, rules like gravity. What you must learn is that these rules are no different than the rules of a computer system. Some of...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Games::PerlWar Download

Added: March 24, 2010 | Visits: 1.275

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 03, 2010 | Visits: 1.994

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (274): Games::Battleship::Craft Download

Added: July 17, 2010 | Visits: 1.022

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Battleship Download

Added: April 19, 2010 | Visits: 1.169

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: May 09, 2010 | Visits: 1.312

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.


Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: April 06, 2010 | Visits: 991

gnome-python-desktop gnome-python-desktop package contains a few python modules that used to live in gnome-python-extras: - gnomeapplet - gnomeprint, gnomeprint.ui - gtksourceview - wnck - totem.plparser - gtop - nautilusburn - mediaprofiles - metacity Whats New in This Release: General: - With recent...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (98): gnome-python-desktop Download

< 1 2 3 4 5 >