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.
- Host: GitHub
- URL: https://github.com/mykalmachon/pico-8
- Owner: MykalMachon
- Created: 2021-12-16T06:51:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T07:07:41.000Z (over 4 years ago)
- Last Synced: 2025-03-19T21:09:19.213Z (over 1 year ago)
- Topics: game, lua, pico-8
- Language: Lua
- Homepage: https://www.lexaloffle.com/pico-8.php
- Size: 478 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```