About
Bomb-her-man is a Bomberman clone for Linux built with a standard autotools-based build, supporting two local players with separate keyboard control schemes.
How it differs from the original
The in-game AI is currently a no-op — according to the author, it 'doesn't do anything' yet, unlike the computer-controlled opponents in the original game.
Getting started
Build it using the project's standard autotools build sequence (it installs to /usr/local by default, though a different install prefix can be set at the configure step). Player 1 moves with the arrow keys and plants bombs with right shift; Player 2 moves with ESDF and plants bombs with space.
Known limitations
- ai: The AI doesn't do anything for now.