Skip to content

Instantly share code, notes, and snippets.

pico-8 cartridge // http://www.pico-8.com
version 41
__lua__
y = 64
score = 0
//pipe1
pipe1x = 56
pipe1th = 1
pipe1bh = 13
//pipe2
pico-8 cartridge // http://www.pico-8.com
version 41
__lua__
x=50
y=48
mapx=255
target=0
msgtime=0
level=1
title, m = "", ""