Skip to content

Remake of the classic Bomberman (1983) with the SDL library.

License

Notifications You must be signed in to change notification settings

iozsaygi/bomberman-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman: Remake

This is a hobby project where I am implementing a Bomberman-inspired game by creating a custom engine on top of the SDL library.

Please see this page for more information on Bomberman.

Preview

  1. Initial rendering of the map and player.

Initial rendering of the map and player

  1. Added textures for player, map, and bomb. (No animations are available yet.)

Added textures for player, map, and bomb

  1. Added first non-functional enemy.

Added first non-functional enemy

Building

Windows

  1. Download and install CMake
  2. Ensure that you already installed Microsoft Visual Studio with the Desktop development with C++ workload selected
  3. cd to the repository directory by using Visual Studio Developer Command Prompt
  4. mkdir build
  5. cd build
  6. cmake -G "Visual Studio 17 2022" -A x64 ..
  7. msbuild /m /p:Configuration=Debug /p:Platform=x64 bomberman_remake.sln

License

MIT License

Releases

No releases published

Packages

No packages published