You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zapashcanon dc1e49fc34
fix source code link
5 years ago
scripts split test and build 6 years ago
src fix source code link 5 years ago
.gitignore fix cursor assets 6 years ago
LICENSE.md Add LICENSE 6 years ago
README.md typo 6 years ago
bomberman.conf first commit 6 years ago

README.md

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.