Skip to main content

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

Glad you liked it. There is a 2D Boolean array to keep track which grids are occupied and which are not. When player or an enemy start moving to a next floor grid and if it is non-occupied, it becomes occupied and the previous grid becomes non-occupied. Otherwise movement is prevented. This works pretty well, but I have been thinking about some different approach which allows enemies to hurt each other.