Released: Bomb Gobbler

Hi there, dropping by to tell you all that I made a game in Wick’ and posted it in Newgrounds.

It’s a simple game, except that I was able to add the Newgrounds.io Javascript API to it so it would unlock Medals!

PS: I hate some things in Javascript but making this felt good.

2 Likes

You catch the username with js, nice! I played, a little bit confusing at first…

Yes but the Medals actually require the right secret :face_with_monocle:
Read all about it here.

PS: I saw one of your tutorials and was inspired to make it. What goes around comes around :smile:

1 Like

I’m glad that it was useful to you… but there is a lot more going on in your game… so good job.

It got the flame burning :laughing:, the rest is history.

1 Like

Nice project! The medals could be inspiring to others, but 9/10. Why? It’s because it’s a bit laggy

Thanks for playing!
Originally it was getting Segmentation Faults as I just .clone d new bombs and .remove d them when blown. Getting complaints of it taking over 3GB of RAM! No wonder it died/browser froze, so I changed it to be safer plus a limit of 10 per screen.
The dangers of being a lazy programmer are real.