Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)(-1)

sorry, how to make collisions?

(+1)

Pixelbox doesn't have a physic engine. But there are several solutions to add collision detection in your game. It depend on what you are trying to do (it can be as simple as implementing tile or AABB collision test, or as complex as adding Box2D to your project)

(+1)

my game is like roguelike, but thanks for feedback anyway!