Skip to content

Commit 26dee37

Browse files
committed
readme
1 parent cf29590 commit 26dee37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#Builds
2+
3+
The Pico8 Collab16 Cart can be found here:
4+
5+
* [Cart 1](https://josefnpat.itch.io/pico8-collab16-cart1)
6+
* [Cart 2](https://josefnpat.itch.io/pico8-collab16-cart2)
7+
8+
#Building
9+
10+
To build all the carts, use:
11+
12+
`./buildall.sh`
13+
14+
To build a single cart, use:
15+
16+
`./build.sh [collab_N]
17+
18+
For example, to build collab_3:
19+
20+
`./build.sh collab_3`

0 commit comments

Comments
 (0)