Skip to content

a mono-repo for all of my PICO-8 projects: includes games, libs, etc.

Notifications You must be signed in to change notification settings

MykalMachon/PICO-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

PICO-8 🕹️

My PICO-8 game monorepo.

Since PICO-8 games are all stored in *.p8.png files, I figured it would be nice to keep all my projects in the same place.

Folder Structure

carts/ -- contains all the game files
├─ my_game.p8.png
├─ my_other_game.p8.png
resources/ -- contains any extra assets / lua libs
├─ assets/
│  ├─ sprites.png
├─ lib/
│  ├─ my_lib.lua
README.md

About

a mono-repo for all of my PICO-8 projects: includes games, libs, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages