Cclx33 2019-04-23 18:07
Button to make ice at left or right.
Get all diamond to next stage.
pause to select stage.
desbyc 2019-04-23 18:48
Nice little game, but i dont get it🥺.
dredds 2019-04-23 19:39
A good start. It needs a way to restart the level when you get stuck. Or a way to smash ice blocks that are blocking your path.
Cclx33 2019-04-24 01:58
Dredds, you can not smash ice block.
If you want to restart, press pause to select stage.
Timo 2019-04-24 05:47
Ah, with the new screenshot I understand better what to do :)
dredds 2019-04-24 07:13 (Edited)
I didn’t realise you’d written custom pause behaviour. The new version is much easier to understand.
One more suggestion: ‘z’, ‘x’ and ‘enter’ don’t make sense on all platforms. I’d use ‘a’, ‘b’ and ‘pause’ instead.
dredds 2019-04-24 07:23
This is a great puzzle game. I really have to think hard to work out a solution.
Timo 2019-04-24 07:43
The new version of the web player shows they keys ("A":Y "B":X etc.), so now it should be safe to use the "virtual" button names A/B.
Cclx33 2019-04-24 08:10
Thank you
dredds 2019-04-24 10:14
I finally beat level 1 :-D
dredds 2019-04-24 11:06
I found the controls easier to use when I changed the input logic to:
IF BUTTON (0) AND LEFT TAP(0) THEN
X1=MX-1
GOSUB ADDICE
ELSE IF BUTTON(0) AND RIGHT TAP(0) THEN
X1=MX+1
GOSUB ADDICE
...
Tinycloud778 2019-04-24 13:24
Nice
Cclx33 2019-04-24 13:33
Thank you
dredds 2019-04-24 16:50
This just kept my kids and I entertained during a 3 hour flight and we only got up to level 6. Very good level design.
Cclx33 2019-04-25 02:45
I am glad you enjoy it. :)