Pico-8

Learning Objectives

Code

function _draw()
  cls()

  spr(1, 8, 16)

  str = "this is a string"
  --this is a comment

  symbols = "⬆️⬇️⬅️➡️❎∧░⧗▤☉◆⌂웃♥●✽★█▥ˇ▒♪🅾️🐱😐"
end