Log In  
Follow
sramsay

PICO8Tool Is a Windows tool for exporting and importing images from your .p8 carts.

Export
Drag and Drop a .p8 file to preview graphic data. Then click on the Extract button to save as an 8bit png

Import

  • Drag and Drop the .p8 file you wish to to embed a new image
  • Next Drag and Drop a valid image file to replace the current image in the view
  • Click the Embed button to import the current image and update the .p8 file

Viewer

  • Pan and zoom the loaded image with the left button and wheel

Application zip v0.1-alpha
GitHub Page source

9
12 comments



Cart #13315 | 2015-08-30 | Code ▽ | Embed ▽ | No License
8

My first PICO-8 game: FlipIt.

Click on a tile to flip between red and green. Adjacent tiles will also flip (top, bottom, left, right)

Use the direction/arrow keys to navigate the cursor on the grid.

Button 1: flip the highlighted tile
Button 2: reset the current level

Ten levels total.

8
2 comments