Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

In a game with grid movement you probably don't want to be using collision and instead some way to know what is at each grid position. 

For example:

If position trying to move to is a wall, player cannot move there.