The humble beginning of a game using Kaboom.js where Mario and Bomberman collide!
You must have Node.js and FFmpeg, which is used to pack and build some of the graphics and sounds.
Install FFmpeg with a package installer of your choice. For Windows users, try these instructions: Install FFmpeg on Windows. Here's an example using brew on macOS:
brew install ffmpeg
Using git, clone the project:
git clone https://github.com/joshuacurtiss/super-bomber-bros.git
Install dependencies and run the development server:
cd super-bomber-bros
npm install
npm start
Enjoy!