Current notable features: entity system and ultra-compact, uncapped signed integer encoding/decoding for cloud variables. Feel free to copy with credit! First stage of a game-test-thing. Left to be player 1, right to be player 2. Doesn't do anything though... The size of the integer encoding is: ceiling(log(abs(value))/10) + 2 1-9 digits: +3 to the length 10-19 digits: +4 to the length 20-29 digits: etc.