Skip to main content

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

Liked how you implemented both the wind theme and the limitations! It's impressive that you could do both the arts and coding alone! The only thing I would maybe improve is the movement of the leaves, gusts of wind tend to move them all toward the same direction, but in the game, it seemed like every leaf had its autonomous movement, which made the game physics a bit unrealistic!

(+1)

Good idea, yes I calculated the position of the leaves in a certain area around them, but it was different for each leaf, I should have made a Global variable, it would make the game more realistic, thanks for the feedback