Skip to main content

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

good game, btw you can just use pygame.transform.flip(surf, xbool , ybool) instead of flipping image as file xd

(+1)

Another mistake I did among many others. That was my first game ever and I had so much problems when I tried to program the collision myself. I just learned few hours ago of a module (pymunk), that propose a physic system that can be use with pygame. I'm an idiot, I will do better next time.