
Hortirata
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).

A neat little puzzle game made with Raylib & C. Your goal is to equalize the count of grass (0), grain (1), lettuce (2), berry (3) and seed (4) tiles on the map. Tiny negative and positive signs indicate the surplus and shortage values. By clicking on a tile, its value gets added to its neighbours. For example clicking on a grain adds 1 to an adjacent berry which then transforms to a seed (3+1=4).
EDIT 2023-01-25: Post Compo version is out with tutorial and slighter climbing learning curve.