collection of pico-8 cartridges i wrote
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pico-8/.README.template.md

371 B

install

I publish the games i care to show on https://kthnx.itch.io/

I use Sublime Text 3 with the PICO-8 package. (follow install procedure for font) Here is my config :

{
  "font_size": 16,
  "highlight_line": true,
  "line_padding_bottom": 4,
  "line_padding_top": 4,
  "pico-8_path": "C:\\Program Files (x86)\\PICO-8\\pico8.exe",
  "rulers": [32]
}