This game for the Processing 4.1.1 programming language is my own version of a known arcade game with a similar name. In this version, the player has to unveil the outline of a hidden cute cat on each stage.
The player uses the arrow keys to control a cursor that can freely move inside a border line. When pressing space, the cursor can start an excursion to try to cover a new area of the image to be unveiled. If any of the enemies touches the excursion path, the player loses a life. The excursion can be canceled at any time by releasing the space key. Enemies can be killed by trapping them in a released area.
A stage is completed when 85% of the outline is unveiled.
Although this game is released under GPLv2, I don't recommend anybody to look at its source code. It breaks all principles of good software design, it's messy, ugly, and it's only purpose was to make the developing process entertaining for me. You've been warned.
I'm open to contributions in the way of new cat pictures that add more stages to the already existing ones.
Enjoy!