Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.05 KB

Pico-8 Projects

Just a playground for my PICO8 Projects.

Setup

Point your pico8-instance to the given carts directory by either changing the config file or by passing the root path via a command line argument. Starting pico8 could look something like this:

  • Windows: pico8.exe -root_path <path_to_the_carts_folder>
  • Linux: pico8 -root_path <path_to_the_carts_folder>

It is highly recommended that you use something like the VS Code extension "pico8vscodeeditor" from Grumpydev and "pico8-ls" from Pollywog Games to make your coding life easier.

Documentation

When buying PICO8 you also get access to a manual in form of an enormous text file. Because it is hard to read and go through I transformed it into a markdown version and also split it up into different wiki-pages.

Cheat Sheets

https://wh0am1.dev/pico8-api/ 1 2 3 4