Jump to content

Snake (made with python)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
saeras

saeras

    Learning Programmer

  • Members
  • PipPipPip
  • 67 posts
Wanted to make a simple snake game with python so i did one. ^^

Any constructive criticism is welcomed and if you modify it in someway, it'd be fun to see what you did.

Edit: made some performance improvement, and fixed the movement controls a little.

Edit2: even more performance improvements.

Attached Files


Edited by saeras, 19 February 2010 - 03:15 PM.

Posted Image

#2
phb50530

phb50530

    Newbie

  • Members
  • PipPip
  • 25 posts
How do I open the .pyw file ?

#3
saeras

saeras

    Learning Programmer

  • Members
  • PipPipPip
  • 67 posts
Ohh, maybe i should've included that. :3
You will need python 2.6.4 and the newest pygame to run it. When you have those you simply double click "snake.pyw" to start it.

For anyone interested, if you save a python file with ".pyw" instead of ".py" then you shouldn't get the console window. Which can be useful in many situations this included.
Posted Image