codeinheart / awesome-PICO-8

A curated list of awesome PICO-8 resources, carts, tools and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome PICO-8 Awesome

PICO-8 tools code

A curated list of PICO-8 resources, tutorials, tools and more. Inspired by the awesome list thing. You might also like awesome-lua and awesome-love2d.

PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in a subset of Lua commands and provides simple built-in tools for creating your own cartridges.

Contents

Community

Resources

  • Official Manual - Placeholder dump of pico-8.txt! (Proper manual coming soon).
  • Cheat Sheet - by Neko250. Based on the official manual, with edits where found appropriate.
  • PicoZine #1, #2, #3 and #4 - PICO-8 Zine is a 48-page fanzine made by and for PICO-8 users.
  • Going from Lua 5.2 to PICO-8's Lua - This document is here to help folks with a proficiency in Lua understand the limitations and discrepencies between Lua and PICO-8's Lua.
  • Cheat Sheet (printable) - A reduced cheat sheet in a printable format. German and Englisch version available.
  • Cheat Sheet (wallpaper) - An enhancement of the printable cheat sheet for use as a desktop wallpaper.

Tutorials

Tools

Text Editors Language Support

Programming Fonts

You might be interested to install pico-8 programming fonts they support the pico-8 custom characters as well as various fonts (bitmap and regular anti-aliased fonts). Check the BBS thread here.

How to install the font(s):

  • Linux: copy the files on ~/.fonts and sudo fc-cache -f -v
  • Windows: copy the files on c:/windows/fonts/

Hacks - undocumented PICO-8 features

  • Mouse - How to retrieve mouse coordinates (with demo).
  • p8keyboard.js - Javascript "keyboard adapter" for the Pico-8. Send ASCII characters to a Pico-8 program running in a browser.
  • SFX Modifications - Four effects that can only be applied by modifying memory (with demo).
  • Tracker State/Audio Memory Locations - How to access and modify audio data as it is playing.

Hardware

  • PocketC.H.I.P - A portable mini-computer, a game console, a portable synthesizer and a Linux field terminal with PICO-8 pre-installed.

Articles & Posts

Podcasts

  • pico chat - A bite-sized podcast about Pico-8 and other tiny games.

Clones

  • TIC-80 by Nesbox - Tiny Computer, available on HTML 5, Windows, Linux 32/64bit, Android & MacOSX
  • PicoLove - Pico-8 Reimplementation in LÖVE.
  • LIKO-12 - An open source fantasy computer made using LÖVE with 96kb RAM.
  • PX8 - Open Source Fantasy Console (128x128 pixels) in Rust (with Python/LUA code support).

I Want to Contribute!

Great! 😃

Please, read the contribution guidelines first.

License

CC0

To the extent possible under law, Felipe Bueno has waived all copyright and related or neighboring rights to this work.

See LICENSE for more information.

About

A curated list of awesome PICO-8 resources, carts, tools and more

License:Creative Commons Zero v1.0 Universal