Skip to main content
GameDev.net gamedev.net

gameplay-systems

2 items across game development

2 results

News

Two Ways to Roll Weighted Loot

git-amend shows how to replace brittle loot-table if-chains with weighted rolls that scale cleanly. The Unity demo covers prefix sums with binary search, the alias method for fast picks, and …

git-amend ·
unity loot-tables randomization gameplay-systems design-tools
News

Understanding TETRIS As a Game Developer

Tetris’s core feel wasn’t fixed in 1984; it evolved through decades of rotation rules, RNG choices, and movement systems. A deep dive into the series traces how those mechanics shaped …

Acerola ·
tetris game-design gameplay-systems rotation-systems puzzle-games +1