Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 807 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 807 Bytes

Super Bomber Bros

The humble beginning of a game using Kaboom.js where Mario and Bomberman collide!

Installation

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!