packbat: A headshot of an anthro bat-eared fox - large ears, tan fur, brown dreadlocks - with a shiny textured face visor curving down from zir forehead to a rounded snout. The visor is mostly black, but has large orange-brown ovals on its surface representing zir eyes. (batfox visor)
packbat ([personal profile] packbat) wrote2020-06-01 11:13 pm

Some random comments

Too tired to originate anything new today, so we're gonna go through some of the PICO-8 carts on our hard drive that we've written and copy out comments that we find amusing. (Note: one of these is amusing to us for non-screen-reader-able reasons.)

  • -- vertices cycle opposite rotation because reasons
  • -- temporary: randomizing options to encourage me to notice shortcomings
  • -- old code, being scavenged from
  • x0 = 4  -- \ screen palette
    x1 = 27 -- /  column
    x2 = 52 -- \ draw palette
    x3 = 75 -- /  column
  • gravity=0.1 --bigger means more gravity!
  • local lb = b*b -- might crash; if so, shrug emoji
  • -- there's still some weirdness in here
  • -- -- doesn't owrk
  • -- --...stuff
  • -- hacky fix in case of issue
  • -- for now, gleam on all fish
    -- (all one fish)

Interesting to note how many of the comments on our code are exceedingly practical. Useful? We don't know yet. But they get to the point.