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

Python Games software
Filter: All | Freeware | Demo
 

Python Games

< 1 2 3 4 5 > 
Added: June 21, 2010 | Visits: 787

gnome-python-extras gnome-python-extras contains gnome-python development modules. If youre looking for one of the following python modules, they moved to the package gnome-python-desktop: - gnomeapplet - gnomeprint, gnomeprint.ui - gtksourceview - wnck - totem.plparser - gtop - nautilusburn -...



Platforms: *nix

License: Freeware Size: 501.76 KB Download (91): gnome-python-extras Download

Added: May 21, 2010 | Visits: 582

python-shbuf python-shbuf project is a simple Python extension for accessing libshbuf shared buffers..





Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): python-shbuf Download

Added: October 07, 2010 | Visits: 871

Dee-Python Dee-Python project is an implementation of a truly relational database language with Python. Inspired by Date and Darwens Third Manifesto, it addresses the problems of impedance mismatch between programming languages and databases and the weakness of SQL. Mind The Gap Most of todays programs...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (101): Dee-Python Download

Added: June 20, 2010 | Visits: 944

delicious python delicious python lets you access the Web service of del.icio.us via its API through Python. It uses only the standard Python library an is written in same language. Installation instructions: download and unzip run as root from unzipped directory python setup.py install run python and load...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): delicious python Download

Added: March 08, 2010 | Visits: 628

gnome-python gnome-python package contains python bindings for GNOME. Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V,...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (94): gnome-python Download

Added: May 25, 2010 | Visits: 819

Python OpenID Python OpenID is a set of Python packages that support use of the OpenID decentralized identity system in your applications. Python OpenID can be used to enable single sign-on for your Web sites or for running an OpenID server. Example code is supplied and a variety of storage back-ends are...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (95): Python OpenID Download

Added: September 01, 2010 | Visits: 1.377

Games::Score Games::Score is a Perl module to keep track of score in games . SYNOPSIS use Games::Score; # these three values are the default ones, by the way Games::Score->default_score(0); Games::Score->default_step(1); Games::Score->step_method(inc); # start two players my $player1 =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (107): Games::Score Download

Added: June 19, 2010 | Visits: 1.038

Games::GuessWord Games::GuessWord is a guess the letters in a word (ie Hangman). SYNOPSIS use Games::GuessWord; my $g = Games::GuessWord->new(file => "/path/to/wordlist"); print "Score: " . $g->score . "n"; print "Chances: " . $g->chances . "n"; print "Answer: " . $g->answer . "n"; my @guesses =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Games::GuessWord Download

Added: November 23, 2010 | Visits: 1.058

Python Hypertext Preprocessor PyHP is a system to embed Python code in an HTML document in a way similar to how PHP works. PyHP allows use of the Python programming language in scripts similar to PHP. PyHP uses the Python 2.0 language to parse elements embedded in an HTML page. When I started this, I was enamoured with PHP....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Python Hypertext Preprocessor Download

Added: June 07, 2010 | Visits: 993

Python in Scheme Python in Scheme is a scheme library that allows you to run Python code within Scheme. Python in Scheme project uses the Python/C API to embed a Python interpreter.. Get Python in Scheme at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (115): Python in Scheme Download

Added: June 14, 2010 | Visits: 1.705

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (214): Games::Mastermind::Solver::BruteForce Download

Added: October 26, 2010 | Visits: 1.751

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (191): Games::Mastermind::Solver Download

Added: February 27, 2010 | Visits: 698

python-gammu python-gammu are Python bindings for Gammu library. It currently does not support all Gammu features, but range of covered functions is increasing, if you need some specific, feel free to use bug tracking system for feature requests..


Platforms: *nix

License: Freeware Size: 73.73 KB Download (114): python-gammu Download

Added: November 23, 2010 | Visits: 961

pyAwale pyAwale is a pure Python implementation of the Ivory Coast rules for Awale. Awale is a game of great antiquity, and has been played around the world in various forms for millenia. This project is a member of the mancala family of board games.. This server is a central point for development,...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (98): pyAwale Download

Added: March 23, 2010 | Visits: 915

Java Embedded Python Java Embedded Python embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (95): Java Embedded Python Download

Added: March 20, 2010 | Visits: 905

Games::Blackjack Games::Blackjack is a Perl module with Blackjack Utility Classes. SYNOPSIS use Games::Blackjack; # Create new shoe of cards my $shoe = Games::Blackjack::Shoe->new(nof_decks => 4); # Create two hands, player/dealer my $player = Games::Blackjack::Hand->new(shoe => $shoe); my $dealer =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Games::Blackjack Download

Added: August 26, 2010 | Visits: 1.255

Games::ScottAdams::Tutorial Games::ScottAdams::Tutorial is a Perl module with the Scott Adams Adventure Compiler Tutorial. INTRODUCTION This document walks you through the process of creating a small but complete and playable game with six rooms, seven items including a single treasure, and a couple of puzzles. It...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (127): Games::ScottAdams::Tutorial Download

Added: July 06, 2010 | Visits: 1.221

Games::ScottAdams::Manual Games::ScottAdams::Manual is the Scott Adams Adventure Compiler Reference Manual. SYNOPSIS # foo.sa - definition file for Scott Adams adventure "foo" %room swamp dismal swamp %exit n meadow %exit e edge %exit w grove %item mud Evil smelling mud %getdrop mud %action take mud here...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (100): Games::ScottAdams::Manual Download

Added: April 05, 2010 | Visits: 1.428

Games::Checkers SYNOPSIS # automatical computer-vus-computer play script use Games::Checkers::Constants; use Games::Checkers::Board; use Games::Checkers::BoardTree; my $board = new Games::Checkers::Board; my $color = White; my $numMoves = 0; print $board->dump; while ($board->canColorMove($color)) {...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (124): Games::Checkers Download

Added: March 21, 2010 | Visits: 2.189

Java Games Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (596): Java Games Download

< 1 2 3 4 5 >