Bomberman clone with SFML and my own little "framework"

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
Florian3321
Posts: 27
Joined: February 12th, 2017, 1:50 pm

Bomberman clone with SFML and my own little "framework"

Post by Florian3321 » July 14th, 2017, 10:35 am

Hi everybody!
I just wanted to share a game that I am currently developing: It is a Bomberman clone made with SFML and by own little framework around it. I would love to hear what I could improve in the codebase, or what you think about it in general!
Here is the github repo: https://github.com/florianPat/SFMLBomberman
Thanks!

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Bomberman clone with SFML and my own little "framework"

Post by chili » July 16th, 2017, 4:34 pm

Looks good man, the walking and grid seems to be set up well. Got most of the basics down for making a fun bomberman game (I don't think I've seen one made yet in the community). Glad to see you back florian with some good shit ;)

I found a bug BTW. There was a situation where bombing a brick from the bottom doesn't destroy the brick.

The code looks interesting. It would take a lot of time to do a detailed analysis on it and give any sort of opinion, but I'm interested in seeing what you do with this in the future bro ;)
Chili

Post Reply