 | PaintBrush A public domain class that can be used in drawing applications or games. Two demos included. |
| |
 | Scratch & Win A scratch ticket game. But not as you might expect one to be. |
| |
 | Memory An implementaion of the classic game Memory. |
| |
 | FlickrTagTool A utility for tagging your untagged images at Flickr. |
| |
 | A Rainy Day intro A small intro for my more serious projects. |
| |
 | Jigsaw Puzzle A simple Jigsaw Puzzle game. |
| |
 | Pop the Bubbles A bubble popping toy for children. |
| |
 | CashTrainer A tool for cash calculation training. |
| |
 | Slingshot An alien, space environment reckless company has decided that our solar-system is the ideal place for storing their nuclear waste. Now it's your job is to clean it up! |
| |
 | JumpingJack Small demo to show how to rotate images using a user specified center and how to link images together to act like a JumpingJack. Well...without the physics part. |
| |
 | SolitaireCryptoDemo A visual demonstration of the steps involved in generating a keystream using Bruce Schneier's Solitaire encryption algorithm. |
| |
 | JointedLine A simple exmaple how draw and modify jointed lines. |
| |
 | LinePointDistance Simple implementation of a Point to Line distance algorithm. The algorithm also calculates the location of the closest point on the line. |
| |
 | Shadows Small demo that shows a way to implement some nice light masking. |
| |
 | Carl Codemonkey Take the place of Carl Codemonkey and get the feeling of how it is to work as a programer. |
| |
 | ChessBoard ChessBoard is a Python implementation of the FIDE laws of chess. |
| |
 | HexagonExample Example on how to implement a pixel-to-hexagon-map-location algorithm. |
| |
 | PixelPerfect A simple pure python implementation of an pixel perfect collision detection algorithm.
|
| |
 | AStar A simple python implementation of the A* (a-star) path finding algorithm. The source contains the algorithm and a simple proof-of-concept example using pygame.
The code only implements support for a plain square map but it should be fairly simple to implement support for any map type. If you have any questions regarding this don't hesitate to ask. |
| |
 | DeckOfCards A multi purpose deck of cards. Perfect for playing solitaires or what ever. |
| |