Overview of Coordinate Spaces
Coordinate Battle uses three different coordinate spaces during gameplay:
- World space: Coordinate space used to place objects in the game world through Verse API functions.
- Board space: Coordinate space used to position objects on the player game boards.
- Miniboard space: Coordinate space used to show players a view of their own board.

These coordinate spaces combine to give a player an accurate view of the current game state and gameplay performance.
It takes planning and thought to design comprehensive coordinate space management. Most of the work is to convert between coordinate spaces so that you can reliably map vectors in world space to coordinates on the game board and to coordinates on the miniboard and back again.
You can see board space represented as the game board in the center of the image above (1) and miniboard space represented by the miniboard in the upper left corner of the image above (2).
World space is the persistent coordinate system underlying UEFN and the Verse API functions. UEFN uses the Left-Up-Forward (LUF) three-dimensional coordinate system.
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.