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

Gamejolt sign-in integration and trophies in 1.4.0! Now in the game you can sign-in to Gamejolt ! And you can win trophies/achievements !

Blokoding 1.5.0 available!

Numbers are now in letters (to avoid bugs)

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!

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 1.2 available!

Blokoding update (v1.1.0)!

Cards are easier to print and cut!

A lot of bug fixes!

Link to cards in-game!

Space War 1.17 Available!

Animated space ship, menu icons and bug fixes.

https://www.youtube.com/watch?v=EE7p4LESCMg

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.

Program example 😉

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

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