bbs version can show new chars. neat!
▮■□⁙⁘‖◀▶「」¥•、。゛゜
!"#$%&'()*+,-./
0123456789:;<=>?
@abcdefghijklmno
pqrstuvwxyz[]^_
`abcdefghijklmno
pqrstuvwxyz{|}~○
█▒🐱⬇️░✽●♥☉웃⌂⬅️😐♪🅾️◆
…➡️★⧗⬆️ˇ∧❎▤▥あいうえおか
きくけこさしすせそたちつてとなに
ぬねのはひふへほまみむめもやゆよ
らりるれろわをんっゃゅょアイウエ
オカキクケコサシスセソタチツテト
ナニヌネノハヒフヘホマミムメモヤ
ユヨラリルレロワヲンッャュョ◜◝
Question: is there an official specification of ... I guess it might be called PICO-8 extended ASCII? The characters from 32 to 126 are recognizably standard ASCII with lowercase and uppercase letters reversed, but I'm wondering what the rest of the characters officially mean.
Current ones can be copied and have corresponding emojis, although some are a stretch like ✽ (snowflake) is
|
|
[0x0] |
Most of the new ones are Japanese Hiragana (155-255), although I'm kind of excited to find novel ways to use them.
I swear something is wrong with the Splore version of the cart... I lloked into the code since it wasn't printing the chars on the new version, and everything was commented out except for the following:
print(scoresub())
print(scoresub("test_cart")) |
I'm not even familiar with the scoresub() function...
uploaded a fixed version, now using the newer function chr.
was probably testing scoresub. scoresub is supposedly going to be the multiplayer function, but it does nothing right now. will upload a new version since I never found a way to delete carts and splore always uses the most recent.
[Please log in to post a comment]



