crocparty/game/NOTES.md

7 lines
211 B
Markdown
Raw Normal View History

2024-02-28 03:57:37 +00:00
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)