/mrboom-libretro

Mr.Boom is a 8 players Bomberman clone for RetroArch/Libretro

Primary LanguageCMIT LicenseMIT

##Mr.Boom port for RetroArch/Libretro.

Mr.Boom is a Bomberman clone for the RetroArch platform and was converted from DOS assembly using asm2c.

alt tag alt tag

alt tag alt tag

alt tag alt tag

It supports up to 8 players and features like pushing bombs, remote controls and kangaroo riding...

Check the Downloading and Playing Mr. Boom Core video. Join the discord channel!

Mr.Boom packages are available:

  • In the optional section from Retropie.
  • At the third-party Gentoo overlay Abendbrot.
  • At the archlinux user repository AUR.

Please contact me to be listed here!

Raspberry Pi configuration.

To get a proper speed on Raspberry Pi, make sure you use a 60Hz VGA mode in /boot/config.txt:

hdmi_group=1
hdmi_mode=4

Compiling the RetroArch version:

make clean
make

Compiling a SDL2 stand-alone version:

make clean
make mrboom LIBSDL2=1

You will need SDL2 SDL2_mixer minizip and zlib.