← All problemsSign in

Bomber Man

Today, we will recreate the popular game, Bomber Man! In Bomber Man, if a bomb is placed at a cell (x, y), cells (x + 1, y), (x, y + 1), (x - 1, y) and (x, y - 1) are destroyed. We will try to implement an enhanced version of this game. The game will be played in an N * N grid. Initially, all the cells are safe. You have to handle U updates of form (x, y). An update signifies that a bomb has bee

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start