A frantic tile matching game made in Pico-8. My entry for LD52 Compo.

You can match two identical tiles that are in line (diagonal or orthogonal), no matter how far apart they are, as long as no other tile is in between. Once a line has been cleared of fruits, it’ll disappear. Don’t let them get to the top.

Controls:

    Arrow keys - Move

    Z - Pick/Match a tile

    X - Speed up

Contributors:

High Scores
2030 orion_black
2028 miniwoolf
2014 M2tias
1699 Loig
1470 Packbat
StatusPrototype
PlatformsHTML5
Rating
Rated 4.5 out of 5 stars
(2 total ratings)
Authororion_black
GenrePuzzle
Made withPICO-8
TagsArcade, block-falling, High Score, Ludum Dare 52, match-3, match3, PICO-8, Real-Time, Short, tile-matching
LinksLudum Dare

Download

Download
hyperharvest.p8 28 kB

Comments

Log in with itch.io to leave a comment.

(+1)

ayy new high score! (2028 points)

(1 edit)

C64 port is pretty much done, just need to tidy up the game over transition a bit and play around with the scoring. Will release the C64 .prg on Saturday morning when they tend to get more traction.

Password = orion.

https://arlagames.itch.io/hyper-harvest-c64

Really cool! I manage to get to 1081, but ran into a bug that "locked" the cursor into a fruit and I couldn't pick any other. A missing detail, that I think is important, is that speed goes down one level whenever you get waste. The idea is to extend that last moment of tension when the game is getting a little too fast, and you're trying to hang in there.

Thanks, I'll put that change in. Do you recall what action you had just completed when the cursor locked? 

Since it happened while I was playing near the top, I had a feeling it was similar to one I had that happened as a result of having selected and trying to match a fruit as it was getting eliminated as waste. Oh, and it doesn't get locked, but rather displaced by one on Y (you can keep playing "normally", except you select the tile above the cursor).

The only way I managed to reproduce it, was by leaving a lot of single tiles, selecting them and trying to match them as they were getting eliminated. It's hard to pinpoint the exact trigger conditions because you only realized it happened afterwards, when you're trying to select another tile.

It could be unrelated, but when it happened, a weird glyph appeared on the last digit of the score (went back to normal as I kept playing).

Thanks very much for the testing, I've re-written how the cursor sprite is placed, before it was being moved manually whenever an action happened (I was being lazy...) so it was possible for its screen position to get out sync with the selected cell. I now have a lookup table to re-position the cursor every frame based on the row/column of the selected cell.

I think the score glitch is because the score uses binary-coded decimals, when any component of the score calculation is  more than 9 it's putting the total out of BCD range. Should be an easy fix.

Great game! What's the link to your Ludlum Dare submission page?

Here you have it https://ldjam.com/events/ludum-dare/52/hyper-harvest

Neat! I got 1311 points!