Skip to main content

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

The farm green palette with the wooden fence, bushes and little flowers scattered around is pleasant and colourful, the pixel guy holding the rifle has a funny face, and having a Move Meter counter with a bucket icon hints at some limited mobility mechanic that could be interesting.

I couldn't start it though. I clicked the Start button about five times. It moves position, turns into Play, changes colour, shakes a bit, and nothing happens. I genuinely can't tell whether that's a hover animation or a bug.

The bigger issue is that the whole interface is overlapping itself. The title "Farm Invasion | High Score chaser" runs over the Score counter, which runs over the h.Score, which runs over the Move Meter. On the left I could only read "core = 000" because the rest is off screen.

It looks like the UI was laid out at fixed coordinates for a larger resolution, so in an 800px window it collapses into a mess. Anchoring the UI to the corners with a responsive layout and testing in a small window would fix both problems at once. The game underneath might be good, but right now nobody reaches it.