Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits) (+1)

I have a tip on making it better-ish but try using a for loop for the particles like this 
`for i=0, 999 do
pset(r(q),r(q),1)end`
this way is fast because your only looping 999 times rather than 4096 times, you can even get rid of the cls() and flip() this way

also, how do I put code here, I only know how Discord does it by using this ```lua```?

(+1)

some resources

Basics - PICO-8 Tweetcart Studies (pixienop.net)

PICO-8 tweetjam stuff (github.com)

(1 edit)

I’m not entirely sure how formatting on itch works; I just used some <pre> tags around the code block in the game description!

That’s a good suggestion, thank you for contributing!

(1 edit) (+1)

Your welcome