Skip to main content

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

Great work on how polished this is, from the graphics to the music, and proper menus! The mechanics are smooth and fun. I'm definitely no da vinci at lawn mowing, but the game was patient xD

Also, I don't know how you did the grass mechanic. Did you use a shader, or how do you remove just the parts touched by the mower and then outline the shape?

(+1)

we basically write to an actual texture in memory based on the player's position - it's almost like a drawing program, in a way, but you're only able to erase! making it actually look like grass, on the other hand, is a handful of shaders that a) apply some noise to the flat colored base texture, b) make it 3d with wind, and c) give it an outline. thanks for asking, and thanks for playing!