From 5c815edbe0f229c076f41a5257707c73d563c1bc Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Tue, 2 Jan 2018 21:56:23 -0300 Subject: [PATCH] Updated The Game Universe (markdown) --- The-Game-Universe.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/The-Game-Universe.md b/The-Game-Universe.md index ffb242e..92fb443 100644 --- a/The-Game-Universe.md +++ b/The-Game-Universe.md @@ -1 +1,8 @@ -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 +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. + +- [World](https://github.com/simon987/Much-Assembly-Required/wiki/World) +- [Day Night Cycle and solar Energy](https://github.com/simon987/Much-Assembly-Required/wiki/Day-Night-Cycle-and-solar-Energy) +- [Biomass](https://github.com/simon987/Much-Assembly-Required/wiki/Biomass) +- [NPC Factory](https://github.com/simon987/Much-Assembly-Required/wiki/NPC-Factory) +- [Non Player Character (NPC)](https://github.com/simon987/Much-Assembly-Required/wiki/Non-Player-Character-(NPC)) +- [Items](https://github.com/simon987/Much-Assembly-Required/wiki/Items) \ No newline at end of file