Sweeper
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Sweeper is a game where you must move your dots into a safe place so they are not hit by the randomly generated sweeper.
The triangles above (inaccurately) represent where some of the holes may be. So use them to your advantage.
For every dot that survives, you gain another dot the next round. Colors are random every round, and you may end up with very similar colors so watch out. Also I'm sorry to anyone color blind, you may have some troubles.
The majority of images are generated within the code, only the menu images and end game card is a file. Those were made in Paint.net.
The game is written in python with pygame, and packaged as an exe using py2exe.
I only know about compatibility on Windows. I assume it wont work on OS/X or Linux, but if it does, let me know.
If you find any bugs i'd appreciate the feedback.
The triangles above (inaccurately) represent where some of the holes may be. So use them to your advantage.
For every dot that survives, you gain another dot the next round. Colors are random every round, and you may end up with very similar colors so watch out. Also I'm sorry to anyone color blind, you may have some troubles.
The majority of images are generated within the code, only the menu images and end game card is a file. Those were made in Paint.net.
The game is written in python with pygame, and packaged as an exe using py2exe.
I only know about compatibility on Windows. I assume it wont work on OS/X or Linux, but if it does, let me know.
If you find any bugs i'd appreciate the feedback.