Clone of a well known Bomberman game written from scratch.
You are a yellow hero starting in top left corner.
- Press arrows to move
- Press 'Space' to drop bomb
- Press 'R' to add roaming foe
- Press 'C' to add chasing foe
- Press 'Esc' to exit.
Try to destroy all carton boxes while avoiding foes.
Install CMake and Build Tools for Visual Studio, run then:
cmake -B build -A x64
cmake --build build --config Release
- Tests
- Textures and animations
- Scores
- Sound effects
- Stage exit, start new stage
- Start menu screen
- Make project more data-driven
- Arrow and WASD keys work a little different with multiple hits
- Drop bombs
- Chasing foe
- Wandering foe
- Wall collisions
- Spawn controlled player
- Build maze
- Render colored rectangles