Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Nice aesthetic and cool logo, and not too familiar with I Love Lucy but the interpretation of the episode seems spot on! The gameplay was a little too challenging though, and I feel that the window for button pressing to match up was too tight. I simply couldn't get those 4 in a row right. Managed up to level 9.

Thanks for giving it a try. It is challenging, and i can understand the difficulty. If i can get a bit technical when the tiles cross over the square area it is possible that a button press will go against more than one arrow. The program always defaults to the first one, but only if it wasn't previously considered missed. Say you have both up arrow and right arrow both evenly in the square (half and half). If you then pressed right it wouldn't count as it goes against the up arrow (as it is the first one that entered the area). Of course the up arrow would be considered missed and wouldn't count again if you hit right it would correctly count against the right arrow (as the up had been set to missed). I'm not quite happy with the implementation as perhaps it should consider any correct within all tiles in the area and not just the first, but i need to go back into the program and try to solve the issue.

Ok dug into the code and fixed the issue described in your post i think. As long as a key is in the box then the correct arrow will be cleared now.