Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python Snake game with maps

Name: Anonymous 2013-01-02 16:09

Hello /prog/,

This has been my project for the last five days. To write a console snake game with every feature one would hope for and some one would not. To do it in FIOC. The program runs just as well in Python 2.7 as it does in Python 3.x.

https://github.com/ctrlcctrlv/snake

It has
◘ maps (formats read by PIL or my own plaintext rendermap.py)
◘ high scores based on the map/speed you play at
◘ configurable controls, boundaries, and number of food on the screen at one time
◘ three types of food
◘ time played
◘ and more!

For all the command line options, use snake.py -h.
To generate a map, direct the stdout of rendermap.py map.png to a file.

I could use help thinking of new features and coming up with more maps. Also, bug identification would be appreciated.

I also made a square (8x8) Unicode PCF font for this game, named XXX because that was the default for the sepples program I found and compiled from 1994 (http://www.programmersheaven.com/download/3242/download.aspx) to convert FNT files to BDF (which I then converted to PCF):
http://www.sendspace.com/file/i1pywc

Name: Anonymous 2013-01-02 22:10

Rewrite it with pygcurse like all the cool kids are doing.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List