! Copyright (C) 2022 CapitalEx ! See http://factorcode.org/license.txt for BSD license. USING: accessors colors kernel make math pair-rocket random ranges sequences strings ui.gadgets ui.gadgets.labels ui.gadgets.packs ui.gadgets.panes ; IN: merry-christmas CONSTANT: branch { 42 42 42 42 42 64 } : ( -- gadget ) 0.5 >>align ; : row-size ( n -- n ) 2 * 1 + ; : branches ( n -- label ) row-size [ drop branch random ] "" map-as