: Developers fork these repositories to learn how to build grid-based puzzle logic or implement custom graphics.
Block Blast is a block puzzle game that combines elements of traditional Tetris with modern match-three mechanics. Players are tasked with placing randomly generated geometric shapes onto an 8x8 (or similar) grid. The primary objective is to fill complete rows or columns to clear them, thereby freeing up space for new blocks. The game ends when no available shapes can fit onto the remaining grid.
: For those interested in the technical side, RisticDjordje/BlockBlast-Game-AI-Agent uses the game to train Reinforcement Learning (RL) agents like DQN and PPO to master high scores.
: Projects such as tokaa1/blockerino offer React-based clones (using Expo) that can be run locally or on the web. Why People Use GitHub for Block Blast