21 projects tagged "Python"
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.
BlindTux is a musical quiz game. The goal is to identify the artist, title, or year of a song by choosing an answer from among 4. The maximum number of players is 4. For now, it is played with the keyboard, but soon players will be able to choose with controls they want: keyboard, gamepad, or maybe buzzer.
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.
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.