21 projects tagged "Python"
Netrek is a 16-player two-dimensional graphical real-time battle simulation with a Star Trek theme. A game is divided into two teams of 8 players (or fewer), who dogfight each other and attempt to conquer each other's planets. Netrek is the probably the first video game which can accurately be described as a "sport". It has more in common with basketball than with arcade games or Quake. Its vast and expanding array of tactics and strategies allows for many different play styles; the best players are the ones who think fastest, not necessarily the ones who twitch most effectively.
Click'n'Drag is a Python module that introduces the "Plane" class, which extends PyGame's "Surface" functionality, offering a hierarchy of mouse-sensitive, draggable Surfaces that can be used as sprites, windows, icons, or other interactive elements. In addition, the clickndrag.gui module uses clickndrag to provide basic GUI elements like container, label, text box, option list, and button.
Omnitux aims to provide various educational activities based on multimedia elements (images, sounds, and text). Possible activity types are associations, puzzles, counting activities, etc. There is support for multiple languages and multiple screen resolutions (by using SVG vector graphic files and high quality bitmap files). Omnitux activities are described in XML files, so it is possible to create new activities without modifying the program.
pitch perfect is a tool for generating and playing audio tones. The mouse controls pitch and volume, while the keyboard allows persistent notes to be added for chord structure. A separate mode toggles between full note interpolation (off-key) and chromatic notes. It currently supports three common waveforms, in addition to allowing short .wav samples to be played.
Armadillo adventure is an adventure game set within a world. It is a codebase, a toolkit for making your own adventures such as King's Quest. The toolkit has an example adventure program that can be easily changed and enlarged by derivation. If you are more interested in dungeoneering games, take a look at the <a href="http://freshmeat.net/projects/tanirs-quest/">Tanir's Quest</a> project.