GetEvent GetEvent is a lib that I wrote for another project
it allows you to filter mouse events to detect clicks
the default timebase is 100 ms, but you can set this value in GetEvent.LAPS
the clicks are retrieved via the MOUSEBUTTONUP event and the 'click' keyword that is a list of 6 entries: [button number, button1 clicks, button2 clicks, ...]
it is used as in the event module, look in example.py.
Reader Reader" allows you to render text and scroll it by using mouse wheel or arrow keys.
threesome panic based on Thrifty Threesome Thriller project
http://www.pygame.org/project-Thrifty+Threesome+Thriller-1738-3029.html
eliminate the triplets before the game board becomes full. Excluded are triplets with only 2 cards that have a similar attribute.
thanks to Andy Hanson(rhodiumgames) for the designs of cards.
jpuzzle click left button to make rotate pieces.
press 'a' to see the original image.
add your pics in the 'img' folder (150x150 min).
minesweeper another version with a small animation of tiles.