Downloads:
3,304
Downloads of v 5.2:
603
Last Update:
05 Jan 2021
Package Maintainer(s):
Software Author(s):
- Remdy Software
Tags:
mrboom multiplayer action arcade retroarch game portable bomberman binary embedded- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MrBoom (Portable)
- 1
- 2
- 3
5.2 | Updated: 05 Jan 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,304
Downloads of v 5.2:
603
Maintainer(s):
Software Author(s):
- Remdy Software
MrBoom (Portable) 5.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Remdy Software. The inclusion of Remdy Software trademark(s), if any, upon this webpage is solely to identify Remdy Software goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Failed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MrBoom (Portable), run the following command from the command line or from PowerShell:
To upgrade MrBoom (Portable), run the following command from the command line or from PowerShell:
To uninstall MrBoom (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download mrboom --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade mrboom -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mrboom -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install mrboom
win_chocolatey:
name: mrboom
version: '5.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'mrboom' do
action :install
source 'INTERNAL REPO URL'
version '5.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mrboom
{
Name = "mrboom"
Version = "5.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mrboom':
ensure => '5.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator flcdrg on 09 Jan 2021.
choco://mrboom
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Mr.Boom is a Bomberman clone for the RetroArch platform and was converted from DOS assembly using asm2c.
It runs on all RetroArch platforms: Android, Linux, Mac Os X, Nintendo Gamecube (NGC), Nintendo Wii, Raspberry Pi, Sony Playstation 3 (PS3), Sony Playstation Portable (PSP), Windows, Xbox, Xbox360...
It can also be compiled as a stand-alone version using SDL2.
It supports up to 8 players and features like netplay, AI bots (new C++ feature), pushing bombs, remote controls and kangaroo riding...
Check the Downloading and Playing Mr. Boom Core video.
You can find netplay games by joining the retroarch discord channel or #mrboom on freenode!
Options available:
- Team mode by color or by sex.
- No monster mode.
- Drop bomb button autofire.
This manual page documents briefly the mrboom command.
mrboom is an SDL2 version of the original 1999 version of Mr. Boom
USAGE
The goal of the game is to bomb away your enemies and other players. Bomberman is controlled with the keyboard or with (up to 8) joy-pads.
Keys
- Space - Add a bomberman bot
- Return - Start a game
- ESC - Quit
1st player
- Left - Left
- Right - Right
- Up - Up
- Down - Down
- Right Ctrl, End, Right GUI - Lay bomb
- Right Alt or PageDown - Ignite bomb
- Right Shift or Home - Jump
2nd player
- A - Left
- D - Right
- W - Up
- S - Down
- Left Ctrl, Left GUI - Lay bomb
- Left Alt - Ignite bomb
- Left Shift - Jump
COMMAND LINE OPTIONS
- -f, --fx x FX volume: with x from 0 to 10.
- -h, --help Show summary of options.
- -m, --nomonster No monster mode.
- -s, --sex Sex team mode.
- -c, --color Color team mode.
- -n, --noautofire No autofire for bomb drop.
- -v, --version Show version of program.
- -z, --nomusic No music.
- -k, --skynet Humans vs. machines mode
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop'
$packageName = 'mrboom'
$ShortcutName = 'MrBoom.lnk'
Remove-Item "$env:Public\Desktop\$ShortcutName" -Force -ErrorAction SilentlyContinue
Remove-Item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$ShortcutName" -Force -ErrorAction SilentlyContinue
============================== Mr.Boom ==============================
https://raw.githubusercontent.com/Javanaise/mrboom-libretro/master/LICENSE
MIT License
Copyright (c) 2017 Remdy Software
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
============================== Mr.Boom ==============================
md5: 4526921F0EC343482241EDC51CC3B633 | sha1: D3F346C2F856CC8FCE581F76DD7F902B16ED551E | sha256: 1A75025BC0FE8B08A810CDFB13D50A45E9EE2A141769D59887903ED581D778A8 | sha512: FB89CB8DAC5CF42330937C942B46C76286880703F65FE40462E11EFB6432381D102EAEA4458174E5A368453A54E71B11F808871ABF7D8412E6FC8C3219E5010D
===================================== Mr.Boom ================================
bcurran3 downloads and packages the included .ZIP for Mr.Boom from the
developer's GH repo.
The direct download link can be found at:
https://github.com/Javanaise/mrboom-libretro/releases
===================================== Mr.Boom ================================
Log in or click on link to see number of positives.
- mrboom.5.2.nupkg (5f01abdce617) - ## / 65
- MrBoom-win64-5.2.zip (1a75025bc0fe) - ## / 65
- MrBoom.exe (fca43efaf6e4) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
MrBoom (Portable) 5.2 | 603 | Tuesday, January 5, 2021 | Approved | |
MrBoom (Portable) 4.9 | 184 | Tuesday, September 22, 2020 | Approved | |
MrBoom (Portable) 4.7 | 495 | Wednesday, February 13, 2019 | Approved | |
MrBoom (Portable) 4.5 | 376 | Tuesday, May 8, 2018 | Approved | |
MrBoom (Portable) 4.4 | 401 | Monday, March 5, 2018 | Approved | |
MrBoom (Portable) 4.1 | 395 | Thursday, January 4, 2018 | Approved | |
MrBoom (Portable) 3.8 | 419 | Sunday, October 29, 2017 | Approved | |
MrBoom (Portable) 3.7 | 431 | Sunday, October 8, 2017 | Approved |
Copyright (c) Remdy Software
This package has no dependencies.
Ground Rules:
- This discussion is only about MrBoom (Portable) and the MrBoom (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or MrBoom (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.