Some notes on the game # Position and velocity All positions are represented in fixed-point fashion, with a precision of 256. For instance, a position or distance of 8 pixels is represented as `0x800`. (2048)