It's the normal Celeste classic (https://mattmakesgames.itch.io/celesteclassic) but you can corrupt it.
Use the arrow keys in the title to modify the stuff. Have fun :p
Celeste classic was made by Noel Berry and Matt Thorson.


Hah, that's fun. I like how you didn't make sure it's still beatable - I'm imagining someone with a real Pico 8 realising a level is impossible, resetting, taking the cart out and blowing on it, then getting a slightly different corruption that may be possible, until they win
Do you think you could develop it as a template that you could just chuck in any cart? That might be fun. What's the minimum number of tokes you could do it in, that you just chuck at the start of any cart?


Davbo, I know this is like a month late, but here is a bit of code you can paste in the top of any cart to add a little corruptor thing:
c_sd,c_at=1000,400 ::_lp:: if not (btn(4)) then cls() if (btn(0)) c_at-=5 if (btn(1)) c_at+=5 if (btn(2)) c_sd-=5 if (btn(3)) c_sd+=5 print("⬆️ ⬇️ seed: "..c_sd,3,2) print("⬅️ ➡️ amount: "..c_at,3,9) flip()goto _lp else srand(c_sd) for i=1,c_at do poke(rnd(0x8000),rnd(0x100)) end end |


i made celeste levle https://www.lexaloffle.com/bbs/cart_info.php?cid=kabumowufo-0


[email protected]@6ing:5!!(/10
Challenge: Error
Challenge difficulty: [email protected]@(r
Review:G&d f() a b4t of 3un. m4k8s sp33dr9nni3g m4re f1n.


This was really cool man. Ik I'm two years later but I managed to finish with gem skip on seed 48. It took me a while but I got it. Really wanna mess with this more it's amazing
.png)


seed: 106
amount: 1088
get ready for some ear pain
also 200m is unbeatable so yea thats cool


found ANOTHER new seed and amount
seed: 0
amount: 6000
200m is a double madeline level with a working flag so nice
if you go any further than 200m it softlocks


seed 10
amount 429 (only accessible if you restart with a different seed each time and you get 4 or 9 as the last digit of the amount)
101% speedrun?
edit: it doesn't actually randomize the seed or amount and i have absolutely no idea how i got this without modifying the code (can't anyway because i didnt buy pico-8 lol)


I played around with a few seeds and I found these.
Seed, Amount, Information:
s2980 a1105 - I forgot what this one was
s1988 a1825 - Almost fully possible, just a very steep difficulty curve when the second Madeline joins at 1600m, the it goes back to normal after that. It also breaks at 2400m iirc so you can't continue after that but it's still fun!
s2058 a1645 - Easier version of the first few levels, breaks at 800m
s1652 a1875 - 3 Madelines at 500m :)
s555 a5555 - Half the screen is cut off and you can't do anything, just looked cool ig
s8283 a1115 - Easier version of some of the levels, some are excruciatingly difficult. Breaks at 3000m
s7921 a1305 - Remix OST with a few smaller edits like extra strawberries. First one I could actually beat!
s5219 a1250 - I couldn't be bothered to beat it, just felt fun until it wasn't ig
I had a lot of fun playing this!
[Please log in to post a comment]