Created Game Universe (markdown)

Simon Fortier 2017-11-13 14:02:21 -05:00
parent 53fe3dfb02
commit 98f5c46e41

1
Game-Universe.md Normal file

@ -0,0 +1 @@
The game universe is a grid of [Worlds](). There can be a maximum of 65,536x65,536 worlds (4,294,967,296 total). You can get the current World coordinates by looking at the top left corner of the game screen or by using the [LiDAR hardware](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-LiDAR). When reaching the edge of the game universe, the player will warp around it.