Page 1 of 1

Bomberman clone with SFML and my own little "framework"

Posted: July 14th, 2017, 10:35 am
by Florian3321
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!

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

Posted: July 16th, 2017, 4:34 pm
by chili
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 ;)