crocparty/game/NOTES.md
2024-02-27 19:57:37 -08:00

7 lines
211 B
Markdown

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)