Here is a small little collab project with my friend Scratch.
This has been a fun project and i feel like i've learned a lot!
My first big(for me) pico 8 project!
I plan to add more to this project later, but for now i'm dyin to share.
<3







==Firework Simulator==
-Controls-
Z - make firework
Mouse1 - drag slider, hide title, select/deselect colors
-Slider Variables-
PARTICLES - how many particles explode out of each firework
GRAVITY - how strong gravity's effect is on firework particles
SPEED - how fast firework particles travel
FREQUENCY - how often fireworks appear on screen automatically
This was a fun project to work on :) there are definitely some improvements to be made in the code, but i'm satisfied with the project for what it is. It is very easy to crash p8 by having too many fireworks on screen at once. Works on mobile as well <3
Forgive me if this is commonly known (I am new). I simply want to know how I could set a different folder as the directory for saving existing carts and creating new ones as opposed to the files being saved right in the \pico-8\carts file. Say I wanted to save all of my projects in the folder \pico-8\carts\projects.

