Skip to main content

Python Game

Old good Snake Game, but with many AI competitors, special effects, music and rhythm.


Vadim Kataev
(vkataev)
Old good Snake Game, but with many AI competitors, special effects, music, and surprises. I just had to prove to myself that it is possible with the help of only python+pygame to build a full featured Game. I did spend one evening only, and now you see this result (~200 lines of python code). I like this game very much. You have to eat rabbits avoiding any touch with the blue snakes or with yourself. Try to devise your special tactic. Remember that enemy snakes can attack you if you are near to them. You have to somehow to lure snakes from the center.

Changes

Links

Home Page
http://www.technopedia.org/

Releases

Python Game 0.2 — 20 Dec, 2005

Pygame.org account Comments

  • Cjmr_72 2011-07-26 17:07

    python-game.py", line 36, in draw
        pygame.draw.circle(scr, col, xy, radius, 0)
    TypeError: integer argument expected, got float