pygame is
Python
Simple DirectMedia Layer
 
 
pygame.org is
Site Swing

Snake - 1.5

John Slavick (readysquid)

Tags:

Description

Controls: * Arrow keys to move * Space pauses * R restarts the game * Escape quits

Changes

Added an autonomous mode. The computer will now play the game itself using the A* path finding algorithm. You can enable this mode by pressing 'a' while in game or by passing the "--auto" command line argument.

Links

Home Page: http://slavick.org/software/snake/

Screenshot


click to view original size

Releases

Snake - 1.5 - Aug 13, 2009
Snake - 1.0 - Jul 24, 2009

Comments

If you wish to leave a comment, please sign in first.

January 4, 2011 7:54pm - Magnus L - nickname: (magnet) - 4/5
Quite fun.
though when using the pathfinder it moves soooooooo slow.
i have made my own version to!

changes:
i added night/day time mode('n' for night and 'd' for day)
fullscreen(if you press 'f')

i want to email you the source so that other people can play this slightly improved version!
September 15, 2009 8:20am - John Slavick - nickname: (readysquid)
It uses A* when you press 'a' while in game or by passing the "--auto" command line argument. The snake will then attempt to find a path from its current location to the food every time it moves.
September 14, 2009 8:12pm - Mitchell K - nickname: (mk12)
How does it use A* ?
August 19, 2009 5:21am - Leander S. - nickname: (hajaku) - 5/5
Nice game
August 15, 2009 1:24am - Ian Mallett - nickname: (geometrian)
Nicely done classic remake. The addition of the astar algorithm has an impressive effect :-)
spotlight

 
our projects
pygame.org welcomes all python game, art, music, sound, video and multimedia projects. If they use pygame or not.
 
recent releases
Feb 13, 2012

Jul 5, 2011

Apr 17, 2011

Apr 16, 2011

Apr 15, 2011


Apr 14, 2011



Apr 12, 2011

Apr 11, 2011


... more!
 
for pygame related questions, comments, and suggestions, please see help (lists, irc)