!!!If you cannot use this PNG above use this one here!!!

🏳️🌈🏳️🌈🏳️🌈🏳️🌈🏳️🌈
Hello everyone! <3 This is my first Picotron project!
This is a fully customizable Pride flag wallpaper generator. You can have any flag, or combination of two flags rendered with a realistic wavy pattern. You can generate any flag with stripes or use one of the presets for more common pride flags.
To get going with this I recommend downloading the PNG, you can use the BBS load function (load #pride_wallpaper) however you'll have to put in some effort to convert it to a cart. If the PNG above is not working you can download through that second image. Through all three download methods if it still doesn't work you can DM me on the Picotron or Pico-8 discord (SmallTestAccount).




Back in August I sent some gifs of this program I made alongside my dad so I could talk about old GFX. It occurred to me that I didn't post this snippet for others to use (unless you trudged through my discord message about it). I know many people have done effects like this since TLINE was released but as far as I know, my algorithm is unique, or at least uninfluenced by anything other than RGME's video on Mode 7 transformations. I wrote this before I knew anything about symbolab, calculus, or matrix multiplication, so it was all done with fuzzy mind logic.
*Quick note: the rotation control is accelerated so it'll be easier on the eyes when showing the program to others, variable t is the rotation, tsp is it's velocity. To change that Replace tsp±=0.0025 with t+=0.0125 and toss out the two math expressions below it.
Feel free to use this code how you want
This is a submission for the 2020 Extra Credits Game Jam (Take Care)
WARNING: IN THE EVENT OF AN ERROR MESSAGE: RESTART THE PAGE
Code, Design, & art: SmallTestAcount (AKA Pixel Bytes, Alexa Marx)
Music (unused): WindmillsWithWIFI
Controls:
Suggested: Practice with controls before starting first round!
🖱 Mouse: Control Lily's direction.
Start click: Start making a web (only works when lily is green)
Release Click: Finish making web (only work when lily is green)
(z): Start first round / Submit web
(x): About (only on home page)
who is lily?
l𝘪𝘭𝘺 𝘪𝘴 𝘢 𝘤𝘢𝘳𝘪𝘯𝘨 𝘴𝘱𝘪𝘥𝘦𝘳
𝘸𝘩𝘰 𝘵𝘦𝘯𝘥𝘴 𝘵𝘩𝘦 𝘤𝘩𝘳𝘺𝘴𝘢𝘭𝘪𝘴𝘦𝘴 𝘰𝘧
𝘩𝘦𝘳 𝘧𝘳𝘪𝘦𝘯𝘥𝘴, 𝘵𝘰 𝘩𝘦𝘭𝘱 𝘵𝘩𝘦𝘮
𝘵𝘶𝘳𝘯 𝘪𝘯𝘵𝘰 𝘣𝘦𝘢𝘶𝘵𝘪𝘧𝘶𝘭
𝘣𝘶𝘵𝘵𝘦𝘳𝘧𝘭𝘪𝘦𝘴
why does this fit the theme?
"t𝘢𝘬𝘪𝘯𝘨 𝘤𝘢𝘳𝘦" 𝘤𝘢𝘯 𝘮𝘦𝘢𝘯 𝘮𝘢𝘯𝘺
𝘵𝘩𝘪𝘯𝘨𝘴, 𝘪𝘯 𝘵𝘩𝘪𝘴 𝘤𝘢𝘴𝘦,
l𝘪𝘭𝘺 {𝘵𝘢𝘬𝘦𝘴 𝘤𝘢𝘳𝘦} 𝘰𝘧 𝘩𝘦𝘳
𝘧𝘳𝘪𝘦𝘯𝘥𝘴.
Extra Challenges:
Extra historian: The visual reference the Extra History series on Non-Euclidean geometry by rendering a spherical field
The Game "Lily the Spider Barber" does not connect to the internet and tracks no data outside the cart.

This is my submission for the Extra Credits game jam. For more information and to vote go, to https://smalltestaccount.itch.io/paper-stapler
Thank you for playing ^-^


How do you post to Itch.io and be able to play in-browser? I'm aware that you can export carts as more than just .p8.png, which is what I've been doing, but I've been unsuccessful uploading .html and .js to itch.io allowing for play in-browser. I know this is possible since others have been able to do this, even before those features were introduced. I can't find any documentation on how though. Does anyone know how?


A while ago I made a function for this
https://www.lexaloffle.com/bbs/?tid=30033
This was very clunky so I remade it. It used to have 124 tokens but I lowered it to 43.
You can use this function as much as you want without credit.
How to use:
printl(text,x,y,inner color,outer color,height)
text,
x,
y,
inner color --the color inside the border
outer color --the outline,
height --how far down you want your outline to reach. 0 means the outline has the same width in all directions.
--the x and y are the coordinates of the top right corner of the inside color.
I'm going to get to the point here.
-
How do you update? It seems almost all the games not predownloaded are incompatible
-
How do you import and export .P8 files?
- Dev Kit Mouse. I've seen people talk about it a while ago. Is there any news on that? Is it possible to macgyver the GPIO or USB port to get it to work with a mouse?







I’m going to refer to them as chinese characters because it makes more sense. Of course this all applies to Kanji.
So I’ve been itching to make a game with chinese characters and I know many of you want Japan Kanji for your Japanese styled games. Kanji and Chinese aren’t new to pico-8. But almost every use of chinese characters are put into the sprite sheet. I think it’s obvious that won’t work for most people since you can’t use any other sprites or the map.
So I’ve been working on a horrible compression system to get vectors of radicals and work on combining radicals into hodgepodged characters. If you didn’t know, chinese characters are often made of smaller radicals (which usually function as their own characters too)
For example: 好 meaning “good”, “nice”, etc.. . The character is made of two smaller characters: 女 “woman” and 子 “child”. My goal is to make the radicals as vector shapes and combine them into various characters. I’ve gotten the radicals down to strings, with 0-9 letters representing cordinates which will need to be changed to base 64 by using the letters, glyphs, numbers, and two other symbols which I haven’t figured out but should be fine. Then I need to get a function to read some variable of where to put and size each radical. I think that when someone would want to use this system they shouldn’t have a respiratory of 2,000 to 8,000 characters and instead pick and grab some for their use.
So if you read my worthless plan I want to know what am I missing or what am I doing that is horrible? I will post a demo soon once I got the placement function down. If you ask me I got about half way with it all in about a day excluding adding the many characters and radicals which might just take forever. I should probably wait to post but I know something in my plan must be bad.
Edit: Here’s the Wikipedia article on radicals: https://en.m.wikipedia.org/wiki/Radical_(Chinese_characters)



I thought of an idea for a jam
The idea is that no sprites are maps can be used Tweet finished cart to @SmallTestAcount Rules •Remember to use #TOjam |
Have fun
--Nov 14--





I was working on a Chinese to English vocab program, and pinyin (The English alphabet for Chinese) uses diacritics all the time
maybe not a thing that can be used in the code, but in text variables. Having a function in the text variable like "dia" (like flr) or something. If you're having issues imaging what the would look like, here
Print("Hello W' .. dia("o") .. "rld") |
Hello Wòrld |


