2019-10-24 19:15:28 +02:00
2019-05-01 02:39:22 +02:00
2019-10-24 19:15:28 +02:00
2019-04-30 16:13:15 +02:00
2019-03-22 02:06:29 +01:00
2019-05-01 03:17:25 +02:00
2019-05-01 03:55:47 +02:00

Bomberscript

This is a pure JavaScript implementation of a bomberman-like game. There's an online instance.

Build

This is mainly to get some CSS files and images, you'll only need the wget command, then:

scripts/build.sh

Test

This is only to type-check the JS files. You need to have the flow command available, then:

scripts/test.sh

Run

Do something like this, it should work if you use a decent operating system:

xdg-open src/index.html

Install

To install it on your own server, assuming you're using Apache, just edit the first lines in the bomberman.conf file - you'll need to generate a certificate, which I'm not going to cover here. Then, just edit the domain in scripts/install.sh and run:

scripts/install.sh

Change Log

See CHANGELOG.

License and credits

For the CSS, I used Bootstrap, NES.css and the Press Start 2P font. To generate the favicon stuff, I used RealFaviconGenerator. Most of the images are those that are used in html5-bombergirl. I also used a bomb image from pixabay, a JS logo from logo.js and a star image from SVG Silh. The music is from DL Sounds.

All the other files are original content and published under the ISC license, see LICENSE.

Description
Languages
JavaScript 80.8%
HTML 15.5%
Shell 2.8%
CSS 0.9%