Log In  
Page:
1
2

1

This is awesome!

P#144642 2024-03-27 07:19
1

I got H2O and the melon!

P#145341 2024-04-01 06:14
1

Best 877!

P#145628 2024-04-04 00:26
1

Thank you for making such a fun game. I really love this game, but I cannot load it into my RG35XX-H. I have tried to load in in p8 and png ext but it doesnt work. Do you have any suggestion how to play this in fake08? I found some suggestion to download the older version, but I dont know whether it will work or not.

P#145957 2024-04-07 08:16 ( Edited 2024-04-07 10:12)

@Goldilocks725 - I've heard that fake08 doesn't work with this game (and various other games) on a different device - but it seems like this handheld can run the official pico8 (raspberry-pi version, including "splore" support) if you're running Batocera v32 or later. I don't have a RG35XX-H so I can't test it myself, but here are some instructions for installing the real pico8 on Batocera

P#145978 2024-04-07 14:37
1

I cannot install the batocera because im using chromebook, so I stuck with default stock os. Do you have other solution for it to works?

P#145982 2024-04-07 15:55

Unfortunately that's as much as I know about the device!

That said, it does seem like it could be possible to install the alternative OS from a chromebook - here are some people talking about it

P#145992 2024-04-07 19:14
1

I have followed all the instructions to install the batocera using Chromebook, but I guess I have the same issue with the guy on the reddit, extraction from GZIP to ZIP seems to failed, thats why the RG35XX-H wont boot up because the device doesnt recognize the IMG files.

Thats too bad I can only play this game online, and waiting any update on fake-08 to solve this issue.

Thank you for your help. I really enjoy this game and cant stop playing it. Cheers

!

P#146009 2024-04-08 00:20 ( Edited 2024-04-08 02:47)
1

New pb!
Aiming for 2k

P#146444 2024-04-12 07:24
1

Very enjoyable game! Insane scores you guys have 😁

P#146445 2024-04-12 07:58
1

674!

P#147077 2024-04-21 19:53
1

I really like the squish of the physics. There's also a lot of cool features I wish was actually in Suika game.

P#147415 2024-04-27 03:34
1

Amazing game, wanted to play suika-like game on my phone, but all the google play games had tons of ads and pay-walling. Btw what is the largest marble there is? I got to 1745 and the biggest one I saw was pink-striped one. I imagine you can go bigger?

P#148054 2024-05-07 12:10
1

@J28.14 - there's actually no "max size" in the code, lol. i'm pretty sure if you somehow got past white-stripes then it'd go back to pale-blue-stripes (but with an extremely huge marble). i assume there's some practical limit, but i don't know what it actually is!

P#148063 2024-05-07 15:00

@2darray would you consider making a "practice version" where the x button skips to the next ball?
I think that'd let me explore beyond pink stripes to see how the bigger balls behave...!

I've gotten very close to 2 pink stripes at once but never quite there

P#148414 2024-05-15 06:33

@evanjcby at the risk of encouraging cheaters to post bogus screenshots...

to download the cart into the local editor:
LOAD #MARBLE_MERGER

then, go to the code editor, and near the top of the "1" tab, there's a checkinput() function. at the top of that function, add:

if btnp(2,1) then
    dropsize+=1
end
if btnp(3,1) then
    dropsize-=1
end

once that's in, run the game. The E and D keys now increase and decrease the size of the ball you're about to drop. the colors get messed up once you get to the striped sizes, seems like they show the "outer" (darker) color instead of the primary/brighter color - but it does work, and they look correct again once they're falling.

P#148447 2024-05-15 23:11
Page:

[Please log in to post a comment]