Skip to content

A classic arcade-style game inspired by the original Bomberman, recreated from scratch using SFML Library. Players control a bomberman character, navigating a grid-based maze while planting bombs to defeat enemies and clear obstacles.

Notifications You must be signed in to change notification settings

AKA-5/BomberMan-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Bomberman game clone utilizes basic Object-Oriented Programming (OOP) concepts to create a classic arcade-style experience. The game features a modular design, with classes for Bomberman, Enemy, Bomb, and Grid, demonstrating inheritance, polymorphism, encapsulation, and abstraction. By applying OOP principles, the code achieves reusability, flexibility, and ease of maintenance, making it a solid foundation for future enhancements and expansions.

About

A classic arcade-style game inspired by the original Bomberman, recreated from scratch using SFML Library. Players control a bomberman character, navigating a grid-based maze while planting bombs to defeat enemies and clear obstacles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages