Chatting Area! Have fun!

I have not played Celeste in forever, but I also play on the switch! I have not tried speedrunning Celeste, but I have ~14 golden berries (1-2A, 4A, 1-2B, 1-8C, 1A winged), and all the normal berries. I might go back to Celeste after school (or soon/now) though.

Also, community, I’m probably not going to code for a while, because I’ve been experiencing a little burnout (and also HS). Hopefully I’ll be back in a month, but I’ll still be active on the forums!

3 Likes

You can right click a block then click help to find out what it does.

just for clarification, here’s what each reaction means for me:

:heart: - Cool!

:+1: - I agree

:laughing: - Funny

:open_mouth: - WHAT *o*

:tada: - Congrats

:duck: - Passive

:snake: - Opposite of :+1:

10 Likes

Still coding! There’s been a pretty big unofficial game jam running around made by copysprite. Altho the growth rate of the chatting area is still concerning :sweat_smile:

1 Like

wuht??

1 Like

air why is el char char there.

2 Likes

I always use these in switch commands. I never really use the continue though.

1 Like

I love celeste! I think I was doing the C sides plus Farewell (the one that introduces all that new tech that reminds me so much of towerfall) when I finally stopped, as I didn’t want to get RSI when I am older. I played it on the ps5. Have you played celeste classic before? I loved that game, got my runs down to like 9m or something silly, a great amount of fun. I played in on a device called the Retroid, which is basically a small handheld gaming device that can be used to play old-new games. https://maddymakesgamesinc.itch.io/celesteclassic if you are interested in the one that works on pc

1 Like

LOVE the Pico-8. Retroid looks like a really cool device, too!

2 Likes

Actually never mind, I played it again and died a whole bunch, I think my old runs were down to like 5-6m

1 Like

Maybe it’s a good sign the amount of users when the chatting area start was low making it a desolate place but now this topic is bustling maybe the chatting area posts per month is a sign of the forums activity in total

2 Likes

I use duck when any post was made in the bird jam

1 Like

Break blocks break from the loop. When encountered in the program, it will ignore the rest of the code inside the loop. It will only ignore the code from the innermost loop it is in. There’s a 1 in 4 chance the outlined code will be ignored in Figure 1. The index loop will end, and the code will be continued right after the end of the loop.

Continue blocks are similar to break blocks except when they ignore the rest of its current loop, it will only do that; the loop keeps going. The same chances will apply to figure 2, so the outlined code will be ignored, but the index loop will still repeat since the code will be continued right before the loop ends. Figure 3 is what the code would be if it didn’t have the continue block.

(TL;DR) Continue blocks ignore the rest of the code in the loop, but the loop continues and break blocks ignore the rest of the code in the loop, but the loop doesn’t continue.

Press (A) to play the difference.

Figure 1.

Figure 2.

Figure 3.

Also, here’s some music.
Cavern Fork

4 Likes

I did this at 2 am.
ZZZZZzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz......

1 Like

Noth need to be placed in a loop. This can be a “repeat 4 times” loop for exaple. A “break” block stops the loop and everything inside of it and instantly jumps to the block below the loop block.

“Continue” is bit harded to explain, but it skips all the blocks that are under it that are still inside the loop, but the loop continues.

I cant think of an example that isnt like 10 times more complicated than the block itself.

2 Likes

break exits the loop, while continue goes to the next iteration. In this example, when you choose “break”, it will not show anything after the 0, because the loop has ended. When you select “continue”, you can see that it does everything exept the 0’s. To understand this better, look at the code!

2 Likes

I think they’re talking about “Haiku the Robot”

2 Likes

They weren’t talking about Celeste, they were talking about:

2 Likes

I’m talking about Haiku the Robot.

2 Likes

If or when this happens who do you think is the most likely to get it?

4 Likes