Debian Games Project
Summary
Python development
development of games in Python

This metapackage will install a selection of suitable tools and packages to develop games in the Python programming language. Example games written in Python are suggested.

The list to the right includes various software projects which are of some interest to the Debian Games Project. Currently, only a few of them are available as Debian packages. It is our goal, however, to include all software in Debian Games which can sensibly add to a high quality Debian Pure Blend.

For a better overview of the project's availability as a Debian package, each head row has a color code according to this scheme:

If you discover a project which looks like a good candidate for Debian Games to you, or if you have prepared an unofficial Debian package, please do not hesitate to send a description of that project to the Debian Games mailing list

Links to other tasks

Debian Games Python development packages

Official Debian packages with high relevance

Python-box2d
Python Bindings for the 2D Physics Engine Box2D
Maintainer: Debian OLPC (Luke Faraone)
Versions of package python-box2d
ReleaseVersionArchitectures
squeeze2.0.2+svn20100109.244-1amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy2.0.2+svn20100109.244-1amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
jessie2.0.2+svn20100109.244-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid2.0.2+svn20100109.244-1amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
upstream2.3~b0
Popcon: 15 users (11 upd.)*
Newer upstream!
License: DFSG free

2D rigid body simulation library for games. Programmers can use it in their games to make objects move in believable ways and make the world seem more interactive. From the game's point of view a physics engine is just a system for procedural animation. Rather than paying (or begging) an animator to move your actors around, you can let Sir Isaac Newton do the directing.

This package contains the Python bindings for Box2D.

Python-fife
FIFE is a multi-platform isometric game engine
Versions of package python-fife
ReleaseVersionArchitectures
wheezy0.3.3+r3-3amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
jessie0.3.5-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid0.3.5-1amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Debtags of package python-fife:
uitoolkitsdl
Popcon: 28 users (39 upd.)*
Versions and Archs
License: DFSG free
Git

FIFE stands for Flexible Isometric Free Engine and is a cross platform game creation framework written in C++. It provides you with the ability to create a game using Python interfaces. FIFE also comes as a DLL or static library so you can use C++ as well.

Python-kivy
Kivy - Multimedia / Multitouch framework in Python (Python 2)
Maintainer: Bastian Venthur
Versions of package python-kivy
ReleaseVersionArchitectures
jessie1.8.0+dfsg-2amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid1.8.0+dfsg-2amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Popcon: 19 users (59 upd.)*
Versions and Archs
License: DFSG free
Git

Kivy is an open source library for developing multi-touch applications. It is completely cross platform (Linux/OSX/Win/Android) and released under the terms of the MIT license.

It comes with native support for many multi-touch input devices, a growing library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and an architecture that is designed to let you focus on building custom and highly interactive applications as quickly and easily as possible.

Kivy is a mixed Python library with Cython code, to take advantage of its highly dynamic nature and use any of the thousands of high quality and open source python libraries out there, with the speed of C code.

Python-opengl
Python-Anbindungen an OpenGL (Python 2)
Versions of package python-opengl
ReleaseVersionArchitectures
squeeze3.0.1~b2-1all
wheezy3.0.1-1all
jessie3.0.2-1all
sid3.0.2-1all
upstream3.1.0
Debtags of package python-opengl:
devellibrary, lang:python
roledevel-lib
x11library
Popcon: 547 users (474 upd.)*
Newer upstream!
License: DFSG free
Svn

PyOpenGL ist eine plattformunabhängige quelloffene Python-Anbindung an die Standard-API von OpenGL für das Zeichnen von 2D- und 3D-Grafiken. PyOpenGL unterstützt die GL-, GLU-, GLE-, und GLUT-Bibliotheken. Diese Bibliothek kann mit den Tkinter-, wxPython-, FxPy- oder Win32GUI-Bibliotheken zur Fensterdarstellung benutzt werden (oder den meisten anderen Fensterbibliotheken für Python, die in diesem Zusammenhang OpenGL zur Verfügung stellen können).

Dies ist die Python-2-Version des Pakets.

Python-pil
Python-Bildbearbeitungsbibliothek (Pillow-Fork)
Maintainer: Matthias Klose
Versions of package python-pil
ReleaseVersionArchitectures
jessie2.5.1-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid2.5.1-2mips,mipsel,sparc
sid2.5.1-5armel,armhf
sid2.5.1-6amd64,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,powerpc,s390x
Popcon: 11715 users (3166 upd.)*
Versions and Archs
License: DFSG free

Die Python Imaging Library (PIL) fügt Ihrem Python-Interpreter ein Bild-Objekt hinzu. Bilder können aus einer Vielzahl von Dateiformaten geladen und eine große Menge Bildbearbeitungsoperationen auf sie angewendet werden.

Bild-Objekte:

  • Bilevel, Graustufen, Paletten, Echtfarben (RGB), Echtfarben mit Transparenz (RGBA).
  • Farbtrennung (CMYK).
  • Kopieren, Ausschneiden, Einfügen.
  • Spiegeln, Verschieben, Größenänderung, Rotieren und beliebige affine Transformationen.
  • Transparenzoperationen.
  • Kanal- und Punktoperationen.
  • Farbtransformationen, inklusive Matrizenoperationen.
  • Bildverbesserung, inklusive Verzerrungsfiltern.

Dateiformate:

  • Vollständig (Öffnen/Laden/Speichern): BMP, EPS (mit GhostScript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM.
  • Nur Lesen (Öffnen/Laden): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM.
  • Nur Schreiben: PDF, EPS (ohne GhostScript).
Python-pyassimp
3D model import library (Python bindings)
Versions of package python-pyassimp
ReleaseVersionArchitectures
wheezy3.0~dfsg-1all
jessie3.0~dfsg-3all
sid3.0~dfsg-3all
Popcon: 1 users (5 upd.)*
Versions and Archs
License: DFSG free
Git

Assimp is a library to import various well-known 3D model formats ("assets") in a uniform manner. Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience.

This package provides Python bindings to the Assimp library.

Python-pygame
SDL-Bindungen zur Spiele-Entwicklung mit Python
Versions of package python-pygame
ReleaseVersionArchitectures
squeeze1.8.1release-2amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy1.9.1release+dfsg-8amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
jessie1.9.1release+dfsg-10amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid1.9.1release+dfsg-10amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
experimental1.9.2~pre~r3348-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Debtags of package python-pygame:
devellibrary, lang:python
roledevel-lib
soundplayer, mixer
uitoolkitsdl
works-withvideo, audio
Popcon: 4392 users (1243 upd.)*
Versions and Archs
License: DFSG free
Svn

Ein Multimedia-Entwicklungspaket für Python. Pygame stellt Ihnen Module zum Zugriff auf das Video-Display, zum Abspielen von Sound, zur Zeiterfassung, zum Auslesen von Maus und Joystick, zur Kontrolle des CD-Spielers, zum Rendern von True-Type-Fonts und mehr zur Verfügung. Es leistet dies hauptsächlich durch die Verwendung der plattformübergreifenden SDL-Bibliothek, einer schlanken Kapselung von betriebssystemspezifischen APIs.

Dieses Paket enthält außerdem die API-Dokumentation von Pygame und Beispiele.

Python-pyglet
cross-platform windowing and multimedia library
Versions of package python-pyglet
ReleaseVersionArchitectures
squeeze1.1.2.dfsg-2all
wheezy1.1.4.dfsg-2all
jessie1.1.4.dfsg-2all
sid1.1.4.dfsg-2all
upstream1.2~alpha1
Debtags of package python-pyglet:
uitoolkitgtk
Popcon: 20 users (5 upd.)*
Newer upstream!
License: DFSG free
Svn

This library provides an object-oriented programming interface for developing games and other visually-rich applications with Python. pyglet has virtually no external dependencies. For most applications and game requirements, pyglet needs nothing else besides Python, simplifying distribution and installation. It also handles multiple windows and fully aware of multi-monitor setups.

pyglet might be seen as an alternative to PyGame.

Python-rabbyt
sprite library for Python with game development in mind
Versions of package python-rabbyt
ReleaseVersionArchitectures
squeeze0.8.1-1amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy0.8.1-1amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
jessie0.8.1-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid0.8.1-1amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
upstream0.8.2
Debtags of package python-rabbyt:
devellibrary, lang:python
roledevel-lib
works-withimage:raster, image
works-with-formatpng
Popcon: 15 users (2 upd.)*
Newer upstream!
License: DFSG free
Svn

Rabbyt is a sprite library for Python. It has two goals:

  • To be fast, without sacrificing ease of use.
  • To be easy to use, without sacrificing speed.

Rabbyt makes it very easy to create lots of sprites very fast that run very fast with little code.

Python-sfml
Simple and Fast Multimedia Library - Python 2 Bindings
Versions of package python-sfml
ReleaseVersionArchitectures
squeeze1.5-2amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy1.5-2amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
jessie1.5.1.is.1.3+dfsg-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid1.5.1.is.1.3+dfsg-1amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Popcon: 3 users (6 upd.)*
Versions and Archs
License: DFSG free
Git

SFML is an modern multimedia library offering a wide range of subsystems useful to produce an multimedia application. It offers OpenGL integration for hardware accelerated Graphics, Windowing and input support, audio and network facilities and supports besides GNU/Linux MS Windows and Mac OS X, too.

This package contains the Python 2 bindings for SFML.

Python-soya
high level 3D engine for Python
Maintainer: Vincent Bernat
Versions of package python-soya
ReleaseVersionArchitectures
squeeze0.15~rc1-3amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy0.15~rc1-8amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
jessie0.15~rc1-10amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid0.15~rc1-10amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Debtags of package python-soya:
devellibrary, lang:python
interface3d
roledevel-lib
uitoolkitsdl
works-with3dmodel
x11library
Popcon: 55 users (24 upd.)*
Versions and Archs
License: DFSG free
Svn

Soya 3D is a high level 3D engine for Python. It relies on OpenGL and SDL. It is designed with games in mind, and written partly in Python and partly in C; the goal is to provide a full architecture for making free (GPL) games of professional quality entirely in Python. Soya can also render on PyGame surfaces !

The package is enhanced by the following packages: python-cerealizer
Python-tofu
high-level network game engine for Python
Versions of package python-tofu
ReleaseVersionArchitectures
squeeze0.5-5all
wheezy0.5-5all
jessie0.5-6all
sid0.5-6all
Debtags of package python-tofu:
devellibrary, lang:python
networkserver, client
roleshared-lib, devel-lib
Popcon: 0 users (0 upd.)*
Versions and Archs
License: DFSG free

Tofu is designed for games where players play one or several characters accross several levels. This includes jump'n run games, RPG or RTS, but not Tetris-like games or board game (chess, go,...).

It currently support client-server and single player mode; peer-to-peer mode may be added later.

Official Debian packages with lower relevance

Angrydd
Angry, Drunken Dwarves - Spiel mit fallenden Steinen
Versions of package angrydd
ReleaseVersionArchitectures
squeeze1.0.1-8all
wheezy1.0.1-8all
jessie1.0.1-10all
sid1.0.1-10all
Debtags of package angrydd:
gametetris
interfacex11
roleprogram
scopeapplication
uitoolkitsdl
usegameplaying
x11application
Popcon: 22 users (15 upd.)*
Versions and Archs
License: DFSG free
Git

In Angry, Drunken Dwarves sind Sie ein wütender, betrunkener Zwerg. Warum sind Sie so wütend? Wer weiß. Aber Sie haben beschlossen, Ihre Aggression auf andere Zwerge zu richten, indem Sie Edelsteine auf ihre Köpfe fallen lassen. Sehr viele Edelsteine. angrydd ist ein Mitglied der klassischen »falling blocks«-Spielfamilie, ähnlich dem Capcom-Spiel Puzzle Fighter. Das Ziel des Spiels ist es, große Edelsteine durch aneinanderlegen gleichfarbiger zu erzeugen. Dann zerbrechen Sie diese, um noch mehr davon auf Ihren Gegenspieler regnen zu lassen. Der erste, dessen Feld voll ist, hat verloren. angrydd bietet sieben spielbare Charaktere, sechs Stufen künstlicher Intelligenz, geheime Spielmodi und Charaktere sowie einen eigenen Soundtrack.

Eric
full featured Python IDE
Versions of package eric
ReleaseVersionArchitectures
squeeze4.4.7-1all
wheezy4.5.3-1all
jessie5.4.5-1all
sid5.4.5-1all
upstream5.4.6
Debtags of package eric:
devellang:ruby, lang:python, ide, editor, debugger
interfacex11
roleprogram
scopeapplication
uitoolkitqt
useediting
works-withsoftware:source
x11application
Popcon: 112 users (87 upd.)*
Newer upstream!
License: DFSG free
Svn

eric is a full featured Python IDE written in PyQt using the QScintilla editor widget. Some highlights

  • Any number of editors with configurable syntax highlighting, code folding, auto indenting and brace highlighting.
  • Integrated Project Management facility to organize your projects. The project browser shows all source files, all forms and all translations each on its own tab. The source browser has built in class browsing capabilities.
  • Integrated and full featured debuggers for Python and Ruby.
  • Interactive shells for Python and Ruby.
  • An explorer window for walking through your directory structure with built in class browsing capabilities for Python files.
  • Variable windows that display local and global variables in the current scope while debugging a program.
  • An integrated interface to the Python Module "unittest".
  • An integrated help viewer to display HTML help files. Alternatively you can choose to use Qt-Assistant to view help files.
  • Display of the UI in different languages.
  • The capability to start Qt-Designer and Qt-Linguist from within eric5.
  • The ability to compile Qt-Designer forms, to produce Qt-Linguist files and release them from within the IDE.
Screenshots of package eric
Ninja-ide
integrated development environment (IDE) for Python
Maintainer: David Paleino
Versions of package ninja-ide
ReleaseVersionArchitectures
jessie2.3-2all
sid2.3-2all
Debtags of package ninja-ide:
devellang:python, ide
roleprogram
Popcon: 82 users (16 upd.)*
Versions and Archs
License: DFSG free
Git

NINJA-IDE is a cross-platform integrated development environment (IDE). It currently features:

 .
 * code editor: NINJA-IDE provides a complete code editor with highlighting
   for several languages, code completion, code assistant for imports,
   navigation, etc.
 .
 * project management: NINJA-IDE allows one to manage Python projects
   automatically, saving descriptive information about them and letting the
   user perform file-management-related tasks in the IDE itself.
 .
 * high extensibility: you can create plugins for several purposes, and they
   can be completely integrated within the IDE, increasing the available
   features.
Pathological
Rätselspiel mit Wegen und Murmeln
Versions of package pathological
ReleaseVersionArchitectures
squeeze1.1.3-10all
wheezy1.1.3-10all
jessie1.1.3-12all
sid1.1.3-12all
Debtags of package pathological:
gamepuzzle
interfacex11
roleprogram
uitoolkitsdl
usegameplaying
x11application
Popcon: 21 users (6 upd.)*
Versions and Archs
License: DFSG free
Svn

Pathological ist ein erweiterter Klon des Spiels »Logical« von Rainbow Arts. Um ein Level zu lösen, muss jede Scheibe mit vier Murmeln gleicher Farbe gefüllt werden. Verschiedene Brettelemente wie Teleporter, Schalter, Filter usw. machen das Spiel interessant und schwierig. Neue Level können Sie mit Ihrem bevorzugten Texteditor erstellen.

Other screenshots of package pathological
VersionURL
1.1.3-10http://screenshots.debian.net/screenshots/p/pathological/6913_large.png
Screenshots of package pathological
Pida
Python Integrated Development Application, a Python IDE
Maintainer: Philipp Kaluza
Versions of package pida
ReleaseVersionArchitectures
squeeze0.5.1-5.2amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy0.5.1-6amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
jessie0.5.1-6amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid0.5.1-6amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Debtags of package pida:
develui-builder, profiler, lang:python, ide, editor, debugger
interfacex11
roleprogram
scopeapplication
uitoolkitgtk
useediting
works-withvcs, software:source, software:running
x11application
Popcon: 29 users (7 upd.)*
Versions and Archs
License: DFSG free
Git

PIDA is the Python Integrated Development Application. It is an IDE (integrated development environment) written in Python (http://www.python.org/) and the GTK+ (http://www.pygtk.org/) graphical toolkit.

Pida is an IDE, but one that is slightly different from other IDEs. Rather than attempting to write a set of development tools of its own, Pida uses tools that the developer has available. In this regards Pida can be used as a framework for putting together your own bespoke IDE.

Although still a young application, Pida can already boast a huge number of features because of the power of some of the tools it integrates. For example features such as code completion and syntax highlighting are well implemented in Pida's integrated editors far better than any editor built for a commercial IDE. Pida currently features: Full code editing (syntax highlighting, code completion, automatic indenting, block commenting etc) Project management, version control management, Python debugger and profiler, GTK+ graphical user interface building and rapid application design, Pastebin integration.

Screenshots of package pida
Python3-sfml
Simple and Fast Multimedia Library - Python 3 Bindings
Versions of package python3-sfml
ReleaseVersionArchitectures
jessie1.5.1.is.1.3+dfsg-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid1.5.1.is.1.3+dfsg-1amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Popcon: 1 users (4 upd.)*
Versions and Archs
License: DFSG free
Git

SFML is an modern multimedia library offering a wide range of subsystems useful to produce an multimedia application. It offers OpenGL integration for hardware accelerated Graphics, Windowing and input support, audio and network facilities and supports besides GNU/Linux MS Windows and Mac OS X, too.

This package contains the Python 3 bindings for SFML.

Seahorse-adventures
Hilf Barbie dem Seepferdchen auf Seifenblasen zum Mond zu schweben
Versions of package seahorse-adventures
ReleaseVersionArchitectures
jessie1.1+dfsg-1all
sid1.1+dfsg-1all
Debtags of package seahorse-adventures:
gameplatform, arcade
interfacex11
roleprogram
uitoolkitsdl
usegameplaying
x11application
Popcon: 3 users (0 upd.)*
Versions and Archs
License: DFSG free
Git

Barbie Seahorse Adventures ist ein althergebrachtes Plattformspiel im Geiste von Mario 3. Du bist Barbie das Seepferdchen und reist durch den Dschungel, hinauf zum Vulkan bis du auf Seifenblasen zum Mond schwebst. Auf dem Weg zu deinem endgültigen Ziel begegnest du zahlreichen verschiedenen Gegnern, Schergen des oberbösen Anführers, welcher den Galaxiekristall gestohlen hat. Vermeide von ihnen getroffen zu werden und besiege sie mit deinen Seifenblasen!

Solarwolf
Sammeln Sie die Boxen und werden Sie nicht verrückt
Maintainer: Josselin Mouette
Versions of package solarwolf
ReleaseVersionArchitectures
squeeze1.5-2all
wheezy1.5-2all
jessie1.5-2all
sid1.5-2all
upstreamgfx-src-1.5
Debtags of package solarwolf:
gamearcade
interfacex11
roleprogram
uitoolkitsdl
usegameplaying
x11application
Popcon: 17 users (3 upd.)*
Newer upstream!
License: DFSG free

Solarwolf ist ein vollständig in Python geschriebenes Action/Arcade-Spiel, das durch verblüffende Grafik und coole Musik besticht.

Soweit so gut, aber die hervorstechendste Eigenschaft ist: es ist ein Wahnsinnsspaß! Es ist die Aufgabe, sich durch 48 Levels zu bewegen und alle Boxen einzusammeln. Was das schwierig macht, ist, den unbarmherzigen Hagelsturm von Feuer zu vermeiden, der aus allen Richtungen auf Sie niedergeht.

URL: http://www.pygame.org/shredwheat/solarwolf/

Other screenshots of package solarwolf
VersionURL
1.5-2http://screenshots.debian.net/screenshots/s/solarwolf/1253_large.png
Screenshots of package solarwolf
Vim
Vi IMproved - verbesserter vi-Editor
Versions of package vim
ReleaseVersionArchitectures
squeeze7.2.445+hg~cb94c42c0e1a-1amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,sparc
wheezy7.3.547-7amd64,armel,armhf,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390,s390x,sparc
sid7.4.253-1sparc
jessie7.4.335-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
sid7.4.335-1amd64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x
Debtags of package vim:
develeditor
interfacetext-mode, commandline
roleprogram
scopeapplication
uitoolkitncurses
useediting
works-withunicode, text
Popcon: 23624 users (6028 upd.)*
Versions and Archs
License: DFSG free
Hg

Vim ist eine fast kompatible Version zum UNIX-Editor »Vi«.

Viele neue Eigenschaften wurden hinzugefügt: mehrfaches Rückgängigmachen, Syntaxhervorhebung, Kommandozeilenhistorie, Onlinehilfe, Vervollständigung von Dateinamen, Blockoperationen, Auf- und Zuklappen von Codeabschnitten, Unicode-Unterstützung usw.

Dieses Paket enthält eine Version mit vielen Standardfeatures, aber keine grafische Version vom Vim. Sehen Sie sich die anderen vim-*-Pakete an, wenn Sie mehr (oder auch weniger) brauchen.

The package is enhanced by the following packages: vim-latexsuite vim-scripts halibut notmuch
Whichwayisup
2D-Jump'n'Run-Spiel mit einem leichten Rotationsdrall
Versions of package whichwayisup
ReleaseVersionArchitectures
squeeze0.7.9-2all
wheezy0.7.9-2all
jessie0.7.9-4all
sid0.7.9-4all
Debtags of package whichwayisup:
gameplatform
interfacex11
roleprogram
uitoolkitsdl
usegameplaying
x11application
Popcon: 10 users (2 upd.)*
Versions and Archs
License: DFSG free
Svn

Which Way Is Up ist ein traditionelles und herausforderndes 2D Jump'n'Run-Spiel mit einem leichten Rotationsdrall. Helfen Sie einem großohrigen Büroangestellten namens Guy dabei, seine Schlüssel in einem Labyrinth aus Gefahren und schlechten Dialogen zu finden.

Screenshots of package whichwayisup

Debian packages in experimental

Python3-pygame
SDL bindings for games development in Python (Python 3)
Versions of package python3-pygame
ReleaseVersionArchitectures
experimental1.9.2~pre~r3348-1amd64,armel,armhf,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,s390x,sparc
Debtags of package python3-pygame:
roleprogram
uitoolkitsdl
Popcon: 16 users (3 upd.)*
Versions and Archs
License: DFSG free
Svn

A multimedia development kit for Python. Pygame provides modules for you to access the video display, play sounds, track time, read the mouse and joystick, control the CD player, render true type fonts and more. It does this using mainly the cross-platform SDL library, a lightweight wrapper to OS-specific APIs.

This package also includes Pygame's API documentation and examples.

This is the Python 3 version of the package.

*Popularitycontest results: number of people who use this package regularly (number of people who upgraded this package recently) out of 167387