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

Brilliant work! Had lot of fun playing. The feel of throwing the heavy ball and you getting flung with it's inertia is amazing!  Great work in a short time! Maybe you could share how you implemented the chain and simulated the heavy ball sometime?

They were actually really simple since I used Unity but needed a bit of fiddling. I attached every chain link, the player and the ball with spring joints and after messing with the configuration of both the joints and the rigidbodies I got them to a point which I liked, even though the chains can stretch a bit. I usually work as a programmer and this game had a surprisingly low amount of code. That helped so that I could do more of the other stuff, especially since it was my first time making audio.