Python Projects

  • PaintBrush
    A public domain class that can be used in drawing applications or games. Two demos included.
  • Scratch & Win
    A scratch and win game. But not in a way as you might expect it to be.
  • Memory
    An implementation of the classic game Memory.
  • 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.
  • 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.
  • 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
    A python implementation of the FIDE laws of chess.
  • HexagonExample
    Example on how to implement a pixel-to-hexagon-map-location.
  • PixelPerfect
    A simple pure python implementation of an pixel perfect collision detection algorithm.
  • AStar
    A simple implementation of the A* (a-star) path finding algorithm and a pygame example.
  • DeckOfCards
    A multi purpose deck of cards. Perfect for playing solitaires or what ever.
  • ShowIP
    Very simple python pygtk application that shows the IP-address of 'eth0'. (Linux only).