3
votes
2answers
996 views

Simple puzzles in platform games

I'm working on simple platformer game. I've got already finished programming the main part of game, which is moving and collecting items. I want a unique game puzzle in every level, but I can't ...