Log In  

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

Cart #54211 | 2018-07-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
22


Celeste classic was made by Noel Berry and Matt Thorson.

P#54212 2018-07-16 10:27 ( Edited 2018-11-26 03:30)

Man, this is wierd! I got one level where there were two characters and both had to finish and not die. It was impossible due to the different spawn points.

P#54213 2018-07-16 12:47 ( Edited 2018-07-16 16:47)

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?

P#54224 2018-07-17 05:10 ( Edited 2018-07-17 14:43)
3

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
P#55607 2018-08-24 14:44 ( Edited 2018-08-24 18:44)

Oh cool! Looking forward to putting it at the top of my carts and seeing what happens when I next get the chance. Thanks for making this!

P#55659 2018-08-25 12:57 ( Edited 2018-08-25 16:57)

The first time I played this, I couldn't get past the first area because the background textures were blocking me.

P#59341 2018-11-25 16:10 ( Edited 2018-11-25 21:10)

I got one where you couldn't respawn

P#59348 2018-11-25 22:30 ( Edited 2018-11-26 03:30)

After grinding a bit of 850 seeds, 38 is possible if you wanna try it. also not that difficult

P#59500 2018-11-30 21:14 ( Edited 2018-11-30 21:14)
P#62223 2019-02-24 22:40 ( Edited 2019-02-24 22:40)

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

P#72168 2020-01-22 18:11
1

who sees where I am

Answer:

I'm nowhere because I never spawned

P#76725 2020-05-16 20:54

I got a nice remix

P#82478 2020-09-30 20:33
1

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

P#85545 2020-12-18 00:41 ( Edited 2020-12-18 00:42)
P#90189 2021-04-08 08:36

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

P#90487 2021-04-13 19:27 ( Edited 2021-04-13 19:28)

seed: 278
amount: 2868
1 0 0 m

P#90489 2021-04-13 19:43

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

P#91937 2021-05-14 15:12

seed 100
amount 5
theres a block missing in 800m but thats it

P#92239 2021-05-20 21:32

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)

P#92240 2021-05-20 21:44 ( Edited 2021-06-29 17:57)

why me

P#109740 2022-04-05 14:27

speedrun

P#120339 2022-11-08 21:02

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!

P#120386 2022-11-09 18:00

seed: 1696
amount : 2060

CUBE

seed :770
amount : 2546
weird symbols

P#120393 2022-11-09 19:48 ( Edited 2022-11-09 20:33)

seed : 244
amount 1165

mars

seed : 356

amount : 1490

a literal maze

P#120446 2022-11-10 15:32 ( Edited 2022-11-10 15:36)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 22:33:03 | 0.018s | Q:53