Log In  


Hello !

I'm rather new to pico-8 and the community... and I've just fallen in love with both of them.
Searching resources and toys for my personal pico-library, I have found some API cheatsheets. But I think these are for older versions (v0.1.2) or don't have some other tips I have found throughout the forums.

So I have built my own API cheatsheet !
Here it is: http://neko250.github.io/pico8-api/

I hope you find it useful ! :)

22


nice! thank you :)


That is useful! thank you a lot!


Thanks!


Why is this not a sticky somewhere? :)


wow I just now found this and it's very useful (even if some things are now outdated)

thanks!


I see that it's on github if anybody has the time and inclination to make a pull request:

https://github.com/Neko250/neko250.github.io/tree/master/pico8-api


I've forked, updated for 0.1.6 and filed a pull request

https://github.com/Neko250/neko250.github.io/pull/2

took the opportunity to clean it up, sort lists, and generally make it look nicer.

feel free to shout if you spot any errors!


Latest version in OP


Merged pull request !
Thanks, man. :)


Great! You're welcome


Oh, I was starting to do the exact same thing here. Glad I noticed before I really got anywhere. :) Cheers matt!


just pushed some changes to this:

  • metatables
  • coroutines
  • peek/poke tricks
  • moved pico-8 system commands to be under logo/home
  • reordered HTML (for my own sanity)

Thanks for this!

I only started poking at pico-8 a coupla weeks ago and this has helped me a lot


Updated to v0.1.10 !
Feel free to collaborate on Github.
Or let me know if you spot any errors... :)


This is my favourite cheat sheet. When I'm working on the pico8 I make sure to keep 3 tabs open:

The pico manual,
your cheat sheet,
the pico8 slack :P

Keep it up!


[0x0]

Merged TheTomster pull request, added metatables section, changed keys layout and added some more UI juice!


Love the update! I was going to send a metatable pull request your way, a bit about using them as objects. I'm still a noob with lua but it might be helpful.


wow, this is exactly what I've been looking for. I'm new to Lua, and the manual didn't go into detail what Lua functions are kept/omitted


Just bumping this for any new people :)



[Please log in to post a comment]