-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|453|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Showcase Home -> Puzzle


 
Pio
Created : 20 November 2022
Edited : 30 November 2022
System : Cross Platform
Language : Lua / Love2D

Twinnings

Find pairs

.love file
Screenshots
A quick logic game in development.

Current rules:
The goal is to make all tiles match with their negative counterpart. As levels progress, they are sprayed with white dots to make pairs less recognizable. Surplus white dots will be deleted when you match tiles. If that was a bad idea, click 2× on a shape to restore it and lose 1 life.

How to run:
Rename from .zip to .love and run with Löve engine from love2d.org, or unpack to see contents.

Latest Update

2022/11/22: v0.2 - rules changed, allowed deleting white dots, limited tries
2022/11/26: v0.3 - autodeletes surplus dots and marks them
2022/11/30: v0.4 - saves state, menu to restart/quit

 

Comments


Sunday, 20 November 2022, 14:51
Jayenkai
That's a neat idea.
If you made it so that you could connect all the blocks on the screen, that'd make a nice daily puzzle!
I made a similar two player thing, a while back. You don't have to match all of the "bits" but any that do match score you points, and the one who connects most is the winner.

If you did something a bit like that, but in single player mode, you could aim for a "best score of the day" or something..
...?
Tuesday, 22 November 2022, 09:19
Pio
Well, all of the blocks on the screen were already matchable, or you thought they should all be interconnected somehow? Anyways, now the rules are stricter and player can modify the tiles it's somewhat more fun. I didn't try to play it to the end yet.