Game
Bomberman++
7 years ago

New bot/solo mode in Bomberman++ 1.10.0!


Hello,

In this update, you now have a solo mode! In this mode you can battle a copumter controlled character!

The algorithm that I used to do the AI is similar to this one (found here: https://gamedev.stackexchange.com/questions/25349/giving-a-bomberman-ai-intelligent-bomb-placement) :

for $(direction) in (up, down, left, right):
— place bomb at current location
— if (can find and reach divergent safe cell in current $(direction)):
—— bomb = true
—— move = $(direction)
—— return

for $(direction) in (up, down, left, right):
— do not place bomb at current location
— if (any safe cell in the current $(direction)):
—— bomb = false
—— move = $(direction)
—— return

I hope you will play my game!



0 comments

Loading...

Next up

Still working on Blokoding: a way for kids to learn programming!

The game is now available at https://gamejolt.com/games/blokoding/843194

Blokoding 1.5.0 available!

Numbers are now in letters (to avoid bugs)

Blokoding: A way for kids to learn programming!

Yes, a game to learn programming! Just drag'n'drop cards (for instance actions, loops, conditions...) and start a level to make your character move and execute your program!

https://github.com/gaziduc/blokoding/releases/

Blokoding, a way for kids to learn programming!

Youtube video with download links : https://www.youtube.com/watch?v=gkXv2xSzO9c

Audio settings in Bomberman++ 1.13.0! There is a new audio settings panel in this update: So now you can change the music volume and even the sound volume! Thanks for playing!

Program example 😉

Controls Settings added in Bomberman++ 1.1.0! You can now choose the key you need to press to go up, down, left and right and to throw a bomb, and this for the 2 players! This is great for players that doesn’t have a QWERTY keyboard layout.

Easily teach code basics to children with Blokoding!

Blokoding 1.2 available!

New Animated Space Ship (in Version 1.17)!