An open API service indexing awesome lists of open source software.

https://github.com/mykalmachon/pico-8

a mono-repo for all of my PICO-8 projects: includes games, libs, etc.
https://github.com/mykalmachon/pico-8

game lua pico-8

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```