Classic Bomberman game built with Unity. Features grid-based movement, destructible environments, and local multiplayer (PvP).
- Classic 2D grid-based gameplay
- Local multiplayer for 2 players
- Destructible blocks and power-up system
- Easy Map Customization: Add your own maps easily by modifying the
GameManagerscript.
- WASD – Movement
- Space – Plant Bomb
- Arrow Keys – Movement
- Enter – Plant Bomb
- Esc – Exit Game
- Download the Linux build from the Releases
- Unzip the archive
- Make the executable runnable:
chmod +x Bomberman2D.x86_64
- Run the game:
./Bomberman2D.x86_64