how do you even make a game like this???
i've been searching for ages on how to do so
I use Unity to make the game.
ik, but how do you add the forces so that stickman looks like it's walking?
I use the hinge joint 2D component and a script which makes the parts of the body rotate to a direction. Then I change the direction over time using the animator, so it looks like he is walking.