Skip to content

Instantly share code, notes, and snippets.

View oddgoo's full-sized avatar

oddgoo

View GitHub Profile
pico-8 cartridge // http://www.pico-8.com
version 29
__lua__
-- electrocardioground
-- by oddgoo
scene = "menu"
t=0
score_mild = 0
score_mayhem = 0
@oddgoo
oddgoo / Cereal.p8
Created July 31, 2020 07:06
Cereal.p8
pico-8 cartridge // http://www.pico-8.com
version 29
__lua__
radius = 32
center = 64
t=0
function _init()
setup_flakes()
end
@oddgoo
oddgoo / designer.html
Created July 24, 2014 01:21
designer
<link rel="import" href="../cool-clock/cool-clock.html">
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;