Forum: Python Aug 16th, 2007 |
| Replies: 3 Views: 4,055 This code takes a string a cyphers it by shifting it's position in the alphabet. I've gotten it so it can pretty much take paragraphs. It's quite neat to play with.
For example the above when... |
Forum: Python Aug 14th, 2007 |
| Replies: 3 Views: 5,027 This is a simple game of pong with made using pygame. You will need to make a picture of the pong for it to run properly. Simply make a cirlce in paint, 25x25.
Joe |