@zep, I am finding this line by itself in code:
while a < anything do
while a < anything do |
Is not appearing entirely ^^ above in [ code ] if you take out the space before and after the <
This is happening in PREVIEW. Once I post I'll let you know if it appears as a POST too.
This is quite puzzling. I also have my ad-blocker turned off.
Windows 10, Quad processor, Firefox v105.0.1
while a<anything do
while a<anything do |
O K A Y it only happens in PREVIEW. Here, create a new message and copy that while a<anything do
inside [ code ] and PREVIEW your message before you post. See if you get the same results I do.
This is what I see when I PREVIEW the message:

Please let me know if you ARE or ARE NOT receiving this error on your side.
Taking a crack today at building drum kit SFX - I've labeled this one as a "High Tom", but if you play it on a lower note than C2, I think it'll probably serve for whatever tom you need. You do need to take care of fading out the notes yourself, though - the SFX ends on a held G1, just to let the drums have a longer sustain than 32 ticks.

30/09/2023 UPDATE
I've had an updated version of this cart on my hard drive for ages that I've never uploaded so I thought I'd finally put it out there.
Just a small mod, mainly a texture tweak.
- Updates a lot of textures to be closer to the ones in 2018 Celeste
- Adds a unique tileset for each of the 3 sections of the game
- Updates some existing textures to make them slightly nicer to look at (imo)
- If you beat the game with 0 deaths, the game will reward you with a golden strawberry!
Thanks to Maddy Thorson and Noel Berry for making the original cart.










This is in direct response to @packbat's marvelous MIDI collection.
I didn't choose a number cause I don't want to overwrite a number you already had.
I have not heard a really good synthesizer instrument yet so I decided to listen to one of my favorite music authors, Vangelis, and the lovely instrument he did in the opening of "Five Circles."
Here is my attempt to recreate the 1st note in the song "Five Circles" - as played by Pico-8.
Compare with the original:
https://www.youtube.com/watch?v=TmlS5riwapM
The third sound, (sfx 5 where you press UP) is my submit for both midilib and denote.


I found this spoooooooooooky thing I made a few Halloweens ago.
Just like the videotape in The Ring, if you don't make someone else play this within 7 days, bad stuff is gonna come for you! Don't try to avoid your responsibility to pass this on, I'll know (because I have access to the play count stats).
The exit is on the left. Arrow keys/d-pad to move . . . while you can.



The trouble with the General Midi 1 standard is that it doesn't include any explanation of what any of the names mean, so I had to spend multiple seconds of research on going to the GM-1 Wikipedia page and scrolling down to the best guess of the editors there. Apparently, by "SynthStrings", they probably mean a string synthesizer, or string synth, an electronic instrument originally intended as a relatively cheap and portable substitute for a strings section, but which people later started to use as an instrument in its own sake.
So, that's what I tried to imitate. And since GM-1 has two SynthStrings program numbers and says nothing about how they should differ, I just tried to follow what GeneralUser GS seemed to do and make the second version a little brighter in timbre.
Here's 050 SynthStrings 1:
[sfx]


(v01 10-03-22)
TO LOAD THIS PICO-8 CART, in immediate mode, type: load #stripper
Hello.
In lieu of this post:
https://www.lexaloffle.com/bbs/?tid=49612
I have since written a utility to remove all extraneous spaces in your source-code.
NOTE: This program works online as well as offline.
To use it, either run it and read the directions or press a key to continue.
From there press ALT-TAB to choose the Windows task that has the Pico-8 code you want to fix.
Press CTRL+A and CTRL+C to highlight and copy it all to the clipboard.
Press CTRL+V back in my program.
It will be pasted and examined. Any leading spaces on your code will be tallied and truncated.



Made for Ludum Dare 51.
About
Join the flock!
Thoughts are invading your mind. What are these carvings? Did I make them or have they always been there? Nevermind, the sun is bright. Best to enjoy the day with your sheep mates…

Keep em guessing
Sheep curling might become a thing!

Limits & Theme
Plan was to add 10 second requirement to keep the dark lord at bay. It did not happen. At least the theme contributed in making up the premise for the game. Became a pretty short “experience“, but it worked quite nice with the short time.





This is another problem I run into, @zep.
Examine the code. It's empty, right ?
But no, if you load it up and check info()
you will see that it takes 736-characters in space.
So what is going on here ?
Clearly Pico-8 is not truncating spaces. And how many times have you run into this ?
variable=value |
A line in your code and you go up to change it when you realize you have 2- or more spaces are at the end of the line. Naturally you backspace over them, but this can be tedious if you have done this in other parts of your code - and it DOES count against your 65535-character total.
May I suggest future Pico-8 automatically truncate empty spaces on the end of code when loaded, when saved, when edited, when typed, and when the cursor matches its vertical position. Also check and truncate prior to the programmer pressing the ENTER key for a new line.
I am trying to get this to work, and reading the P8SCII codes, it should work.
Unfortunately it does not.
cls(1) print("\^!6000\*8192\0") print("") |
This should clear the screen to blank. Instead it misinterprets and only displays a few pixels at the top.
This method would be useful for instance to poke directly to memory while having the ability of repeating numbers in succession without having to type them all manually.




This is my version of CherryBomb!
Thanks to my son #2 for additional graphics and playtesting.
Based on lazy devs academy's shmuptut.
https://itch.io/jam/basic-shmup
Thanks a lot!:)
Unfortunately finished too late. But better late than never :)
Have fun!:)









Hi! a little bit about me. I'm a software engineer turned game developer and I've discovered my love for working under retro limitations. I found pico-8 because I don't have the hardware needed to develop for actual retro consoles yet(will get some in the future) and I only have a 10 y/o workstation with linux loaded on.
as I'm new to pico-8 and frankly, game development as a whole, where would the best place be to ask for help?
most of the things I will ask for help with will probably seem obvious to most people, but seeing as I haven't had a need to use any sort of math except for comparing numbers while developing desktop apps, It's fairly new to me.
that being said, I'm working on a platformer at the moment with a friend, and specifically after adding map collision(using the dx/dy method) and adding gravity, I can't figure out how to jump. below is a cart file if anyone can help me. thanks in advance!
-bella

