Skip to content

Instantly share code, notes, and snippets.

View oddgoo's full-sized avatar

oddgoo

View GitHub Profile
@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%;
@oddgoo
oddgoo / Cereal.p8
Last active July 21, 2024 00:47
Cereal.p8
pico-8 cartridge // http://www.pico-8.com
version 29
__lua__
radius = 32
center = 64
t=0
function _init()
setup_flakes()
end
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 / places_from_my_dreams_bipsi.html
Last active June 16, 2024 11:51
Places from My Dreams (bipsi playable)
<!DOCTYPE html><html lang="en" data-remix-generation="1" data-editor-live="https://kool.tools/bipsi" style="--tile-px: 8px; --tile-select-zoom: 5; --tileset-background-size: 640px 80px;" data-app-mode="player"><head>
<title>bipsi</title>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IArs4c6QAAAAxQTFRFAAAAAxmR8+/s3i5SinG4LAAAAAR0Uk5TAP///7MtQIgAAABGSURBVBiVlY9BDgAgCMPY/P+fhQlo9GQTknXxMM0CCivYpA+PcQCXu8RVcxeeBav5K6CC6RDsVajCtiB3HJ5TL99vnv8qTuMLAYu9aKwhAAAAAElFTkSuQmCC">
<!-- scripts-->
<script>const wrap = {};
/**
* @param {Function} first
* @param {Function} second