Commit graph

2 commits

Author SHA1 Message Date
Alex Kozlov
91c8c19b64 - Convert Makefile headers to new style
- Add DESKTOP_ENTRIES [1]
- Remove redundant comments [1]

PR:	ports/173429 [1]
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer) [1]
Feature safe:	yes
2012-11-07 22:54:57 +00:00
Alex Kozlov
1af355fc4a This is a puzzle from the old C64 Impossible Mission game.
The idea is to combine the 36 tiles in sets of 4, such that each set
of 4 makes a solid block. Clicking on the tiles on the left toggles
them. A tile can't be turned on if it overlaps with any existing on
tiles. The lone rectangle on the right is the combination of all
the on tiles. Clicking on that is an easy way to turn all tiles off.

When 4 tiles combine to make a solid block, they vanish. The goal is
to get rid of all the tiles. There is no score or timer. Just do it
for the intellectual exercise.

PR:	ports/167354
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	eadler, itetcu (mentors, implicit)
2012-05-19 10:23:04 +00:00