Log In  
Follow
ronater95

left click to place platform
right click to place water
i hope you enjoy
i tried on a larger resolution and it lagged a ton
and yes i know all my code is terrible, and i also know it barely resembles water

Cart #water_physics_0_1-0 | 2024-08-18 | Embed ▽ | License: CC4-BY-NC-SA
4

4
1 comment



i am new to picotron, and new to pico8 in general, any beginner tips?

5 comments



left click to place platforms
right click to place sugar
sugar falls off the bottom and onto the top

Cart #sugar_sugar_0_1-0 | 2024-08-17 | Embed ▽ | No License
1

1
2 comments






so the first step is: which architecture are you? if you are x64 then go to a different tutorial, this is for arm64

next you need to turn on Linux (go to settings and search Linux)

then you need to get the RASPBERRY PI VERSION of pico8 (because raspberry pi is arm)

now put the pico-8 file into the Linux files

then go to the file with dir to see which file to go to and then cd (your file) repeat untill you see the file in dir "pico8_64"

then run this ./pico8_64

if you get a "permission denied" message run this chmod u=rwx,g=r,o=r pico8_64

then run the ./pico8_64 again

I wasted my time on this, don't waste yours, follow this tutorial

also if you want to use the .p8 files, they are a in a hidden file, so turn those on in file settings
(the 3 dots at the top of files)

this took me forever because its a Chromebook, and now I resent chromebooks

1
0 comments