Skip to content

pancelor/bubble-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubble-cat

a game made for pico-8 in <560 bytes of code!

play

https://pancelor.itch.io/bubble-cat

the tweets

here they are

how to dev

  • load min.p8 in pico-8
  • edit min.lua in a text editor
  • run compress.sh to shorten varnames; copy into twitter / tweet.p8 for final testing

files

  • compress.sh - shorten var names
  • game.p8 - old
  • min.lua - dev code
  • min.p8 - dev cart
  • notes.txt - notes on what the vars mean, ideas of what to shorten, etc
  • tweets.p8 - final cart, split into two tweets