Skip to content

apanchenko/bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Bomberman

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.

How to Build

Install CMake and Build Tools for Visual Studio, run then:

cmake -B build -A x64
cmake --build build --config Release

To do

  • Tests
  • Textures and animations
  • Scores
  • Sound effects
  • Stage exit, start new stage
  • Start menu screen
  • Make project more data-driven

Known issues

  • Arrow and WASD keys work a little different with multiple hits

Done

  • Drop bombs
  • Chasing foe
  • Wandering foe
  • Wall collisions
  • Spawn controlled player
  • Build maze
  • Render colored rectangles