Fri 07 October 2011

Pygame Cheat Sheet

Posted by Al Sweigart in misc   

If you already know a bit of programming and Python, and want to get up to speed on the Pygame 2D game framework, here's a cheat sheet that you can look over. It implements a very short Pygame program covering most of Pygame's basic features.

Read more...




Sun 18 September 2011

Virtual Caesar Cipher Wheel program

Posted by Al Sweigart in misc   

The Caesar Cipher Wheel is a paper cutout that can be used to perform encryption and decryption in the Caesar Cipher. However, if you don't have a printer but do have Python and Pygame installed, you can use this Caesar Cipher Wheel program to rotate a virtual cipher disk instead.

Read more...