From fa7f0d0a38d2285aef5f0b66c209b925dd57b00a Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Tue, 2 Jan 2018 21:55:36 -0300 Subject: [PATCH] Created The Game Universe (markdown) --- The-Game-Universe.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 The-Game-Universe.md diff --git a/The-Game-Universe.md b/The-Game-Universe.md new file mode 100644 index 0000000..ffb242e --- /dev/null +++ b/The-Game-Universe.md @@ -0,0 +1 @@ +The game universe is a grid of [Worlds](https://github.com/simon987/Much-Assembly-Required/wiki/World). 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. \ No newline at end of file