Hi, could you compile it to wasm so I can play test it on my phone via web browser? I’m bit lazy to open my laptop. I don’t mind not having virt-joystick, I can install virt-keyboard made for coding to play it.
ヾ(^-^)ノ
Creator of
Recent community posts
I think it also a good idea too since it’s like PICO-8 but can be programmed in any languages. https://wasm4.org
My game actually not using any custom font or font icon. I only use default system font which have emojis and unicode symbols. The pause button actually not a gear⚙️ emoji but unicode symbol ⛭. Unicode symbol has consistent offset than emoji so it’s easier to center. Play▶️ or pause⏸️ (or both⏯️ would likely not fit since it’s emoji while the button shaped as circle and have double line border when hovered/activated. I apply that animated CSS border-style on all buttons in the game.
My current options to provide visual cue for my first patch:
- make it animated (require change on the plugin I use)
- add black outline, dot, or sparkle (require change on my tileset.png)
- just stack additional tile in the insert tile object (not sure if Tiled editor can automate this 🤔)
Thanks for playing and the feedback 🙌
Yups. Still working on the falling system. It requires a bit of change in the plugin I use. Rather than dying, I intent to teleport player to the top to give illusion that the map is endless. Although they might die from landing to hard (as long as they not set the status to be weightless).
Maybe I should give an option for playing in normal mode. I’m not sure whatever keeping this as a rage game or pivot it to other genres 🤔. In my tilemap, each object has a property to set the chance of player encountering that object but I’m not yet implement this in my code.
Thanks for playing and the feedback 😊
All the SFXs match with the music! except for the screaming and switch/teleport sound. The screaming quite brutal which didn’t match the calming music. Maybe stop/pause the music for a moment when it die. Also, try to lower the switch/teleport sound half or more. Hopefully it help.
The puzzle is really challenging and engaging. Really like this game!
(the custom level text remind me of ascii-mapper)
The text garbled on google-chrome desktop but not in mobile. I like how it keep auto shooting when I play it in mobile screen. I think you should set the orientation to potrait in the itch.io settings since the desktop version clip the screen to potrait.
Love to read your review about LDtk after this jam over 🙂
Nice. A game made using Pixijs
I really like the music. It’s really calming. At level 4 I took a bit of brute force solution by holding jump button 😂 Nice puzzle! (didn’t yet finish all level though)
Do you render the text using Pixijs? Cuz it’s blurry. Try setting round pixel to true. If not work, also try disable antialiasing, set PRECISION_FRAGMENT to ‘highhp’, and/or set MIPMAP_TEXTURES to OFF. Unfortunately it really depend on the fonts.
Finally got this game playing after several refresh. Looking at JS console sometimes it says along play() interrupted by pause()
or scene undefined
.
It’s really clever game! My fav multiplayer game so far. I would say it’s more like battleships + go/reversi rather than bomberman.
Rather than holding [space] key, I think you should make it release/press [space] key to place the bomb. Keeping the cool down for placing the bomb is still fine. Actually, I prefer it that way to give me time to think.
Having isometric graphic for this kind of game is quite tricky for some player. Maybe adding settings to highlight the targeted tile would help.
me 4 times playing -> 1 win (bombed), 2 lose (stalemate), 1 lose (bombed) 😂
Thanks so much for playing the game. I guess I accidentally successfully making this as a rage game. I hope you get frustated in a fun and healthy way 😃
Wikipedia: John E. Sarno believes that repressed rage in the subconscious leads to physical ailments.
Btw, player can tweak the snake movement to make it easier or harder to control. Though I doubt it will make the game easier 😂
I guess this is the only entry that use Twine.
Some Tips about Twine: you can style and add custom animation using CSS for Twine. If you have a bit of knowledge with Javascript (via macro), you can also combine them with CSS variable to have a dynamic atmosphere.
Ah I see. So the enemy sprites has transparent background with slightly off opacity.
Are you using context 2d as the rendering backend?
Share it to discord when you begin streaming. Would love to watch it 😉
Btw, there is still a lot of game still unrated and uncommented. Maybe start from there.
Good takes for the theme! Have some difficulty to understand the game mechanics even after reading the how to play (probably because of the color contrast between the font) but overall it’s good mechanics.
Player usually like bashing their controller whatever it’s keyboard or mouse. So maybe just display the key (in your case [space] and [enter]) near the character or the HUD.
Btw, I can cheat by pressing both WASD and arrow key at the same time to make the inspector awareness almost zero 😃