Is it possible to get string lengths that ignore P8SCII codes?
t="\F6HELLO"
print(#t) returns 7
I would like it to return 5
Thanks,
Jim



My third complete cart and most ambitious.
Wouldn't be possible without Pico-8.
Attempt at 2600 Pitfall. Tried to get graphics and timing as close to original as possible. All 255 screens are here with he exact same layout of ladders, pits, alligators, treasures, and so on.
Hope you like.
Jim
.
.
Tried to make this pretty faithful to the original although I think it is too easy. Per the original there are two alien deployment patterns that alternate on levels. The large yellow UFO's also deploy as in the original. And the point value for the UFO's changes depending on the shot number you are on. Hint: 16th shot for max value.
.
.
My first Pico complete game.
Procedurally generated levels
In game instructions
TextBox utility function: define text box location. Word wraps text passed to it. Control codes for changing colors, centering text on a line, and newline.