Controls: Arrow keys to move Space pauses R restarts the game Escape quits Read more …
Conway’s Game of Life — 1.1
This is my first project using the pygame library. It came together rather quickly, but my algorithm needed some optimization. So after iterating over my code, I managed a 5x performance improvement. To see all the available command line arguments: Life.py help My favorite settings: Life.py gridsize 256 numcells 10000 To profile the code as I did use: Life.py gridsize 256 num… Read more …
Python2.0 for Symbian
Интерпретатор языка Python для смартфонов с Symbian. Позволяет использовать питон на смартфонах, в том числе и писать полноценные программы или пользоватся готовыми. Приложение ставить только в память смартфона. Для работы необходимы библиотеки PIPS, можно скачать ниже.
Интерпретатор точно будет работать на Symbian 9.
Скачать Python2.0: python_2.0.0
Скачать библиотеки PIPS 1.6.0: pips-1.6.0
M_BREAKOUT — 0.1
Extremely simple, can read files like 1.bo in the source code . Read more …
The Ultimate Platforming Hero — Jul 21 09
A fun platformer. It features joystick support, but also has a mode for keyboards. Beware it has very high requirements. Read more …
Pockets
This is my attempt at an RPG. I just started making art for the game, so it’s not much more than the groundwork for a game. There’s no sound. Read more …
py-ssance3 — 1
How to play : In turn both players put a counter in the column of their choice, the counter slides then up to the lowest possible position in the said column and it belongs then to the adversary to play. The victor is the player who accomplishes the first alignment horizontal, vertical or diagonal of three counters of his colour. Read more …
pyenet
See http: enet.bespin.org for a description of the ENet library. Read more …
Level Editor — 1.0
This is a full level editor for my upcoming platforming game. I felt like I should release this ahead of time. It uses pgu for the gui. Read more …
PONG — 1.2
A game of PONG. Needs: Better physics. Might want: Endurance mode. Read more …