World-Python.org

сайт посвященный языку программирования Python

  • Главная
  • Карта сайта
  • Связь с нами
RSS
Category Archives: Простые

Простенько, но со вкусом

Snake — 1.5

Posted on 14.03.2010 by
No Comments

Controls: Arrow keys to move Space pauses R restarts the game Escape quits Read more …

Categories: Простые

Conway’s Game of Life — 1.1

Posted on 13.03.2010 by
No Comments

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 …

Categories: Простые

M_BREAKOUT — 0.1

Posted on 13.03.2010 by
No Comments

Extremely simple, can read files like 1.bo in the source code . Read more …

Categories: Простые

BATTLE!! — 1.1

Posted on 08.02.2010 by
No Comments

Tanks that do epic battle set in the far reach badlands of cmd.exe very basic .. but this is a great start for someone like me that hasn\’t had any experience with programming, and i\’m so proud. please don\’t be too harsh. : enjoy Read more …

Categories: Простые

Surface-based destructible terrain — 1.0

Posted on 07.02.2010 by
No Comments

For an hypothetic nonexistent reader who can’t figure the twenty lines of code out, this simply blits a circle of X color onto a surface whose colorkey was previously set to X. Coming up: destructible terrain based on rectangle subdivision. It’s better than the surface approach if you actually want this terrain to be useful for stuff like checking whether a platformer character is on it. … Read more …

Categories: Простые

Snake Bite — 1.0

Posted on 01.02.2010 by
No Comments

This fully documented Snake demo was made in 50 minutes, and the code itself is around 100 lines of code. Its quite playable, and most addictive but aren’t all snake games addictive? Hope you new pygame coders get something out of this! Read more …

Categories: Простые

Emergent — 1.1

Posted on 31.01.2010 by
No Comments

My humble attempt at creating emergent behavior Read more …

Categories: Простые

Plasma Fx — 0.1

Posted on 17.01.2010 by
No Comments

This is a simple plasma effect. Read more …

Categories: Простые

pyCropper — 2008-05-20

Posted on 15.01.2010 by
No Comments

pyCropper is a simple program that allows quick cropping for a large collection of images. Read more …

Categories: Простые

simple game gui — 0.9.2

Posted on 15.01.2010 by
No Comments

IMPORTANT UPDATE This project is not under development anymore. Version 2 is in experimental phase and uses launchpad.net as a sharing and development platform for its making. Please feel free to join as you wish to the project which is much more advanced than this old version .You can find the official page at https: launchpad.net simple pygame gui. Hope to see you there! After … Read more …

Categories: Простые
Страница 1 из 212»
  • Категории

    • PyGame
    • Другое
    • Интернет
    • Книги
    • Мои приложения
    • Новости
    • Программирование
  • Свежие записи

    • Переезд на WordPress
    • Python for Android
    • Новый хостинг
    • Zope3.4
    • Введение в Zope3
  • Меню пользователя

    • Регистрация
    • Войти
  • Архивы

    • Февраль 2012 (2)
    • Май 2011 (1)
    • Апрель 2011 (2)
    • Февраль 2011 (4)
    • Январь 2011 (3)
    • Декабрь 2010 (1)
    • Июль 2010 (9)
    • Май 2010 (1)
    • Апрель 2010 (2)
    • Март 2010 (107)
    • Февраль 2010 (159)
    • Январь 2010 (144)
    • Декабрь 2009 (131)
    • Ноябрь 2009 (165)
    • Октябрь 2009 (103)
    • Сентябрь 2009 (6)
    • Август 2009 (46)
© World-Python.org. World-Python.org сайт посвященный языку программирования Python. На нем вы найдете исходные коды программ, написанных на Python, модули для питона, книги посвященные Python, игры написанные на Python'е (с использованием pygame)