Play game
Bombing-Chap's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Presentation - How does it look/feel? | #7 | 3.859 | 4.400 |
Entertainment - How enjoyable/replayable is it? | #9 | 3.333 | 3.800 |
Overall | #16 | 3.099 | 3.533 |
Creativity - How original is the idea? | #20 | 2.105 | 2.400 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
I managed to run it flawlessly on Void Linux, however it requires `libsndio.so.6.1`, which I think should be included with the c-deps. I created a symlink of `libsndio.so.7.0` from my system at `/usr/lib/libsndio.so.6.1` and it worked, even though I'm sure it's not a safe solution.
Great Bomberman clone, though! I still was a bit bothered by the collision and the seemingly free movement of the characters (i think they should move from tile to tile, at constant units, instead), but the graphics, solid gameplay and music more than make up for it.
So sad it does not work, Baggers ! Keep up the good wok anyway, mate
Hi! Couldn't run on Win7, 64 bit. Started with grey full screen and a console full of this sort of thing:
I had a similar error with another game in this Jam, so they may be related. Thanks!Couldn't run linux blob on Ubuntu 18.04 at first: https://www.pastiebin.com/5ae8c32761ac9
After installing libmad0 and libfluidsynth1 it said system has no opengl 3.3 context support, but it has:
https://www.pastiebin.com/5ae8c561dd0a0
On Arch after relinking (/usr/lib/libsndio.so to /usr/lib/libsndio.so.6.1) and installing sdl2_mixer it worked!
Error opening shared object
Thanks. sadly this doesnt give me any info on what could be wrong.
What platform? what gl version does you system support? what was the actual log (copy paste if possible)
```
debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR in thread
#<THREAD "main thread" RUNNING {100525EC13}>:
Unable to load foreign library (LIBSDL2-2.0.SO.0-4165).
Error opening shared object "/mnt/data/home/porky11/Downloads/bombing-chap/c-deps/libSDL2-2.0.so.0":
libsndio.so.6.1: cannot open shared object file: No such file or directory.
```