Skip to main content

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

Tutorials

a collection by Minoqi · last updated 2025-03-07 15:26:30
Common way to give chance values for something to appear/happen. It's used quite a lot on games like roguelikes.
Algorithm used to place objects down randomly without overlap and without the need for raycasts/collisions
An efficient way to check what chunk a character is on, only requiring one calculation and no colliders