This is an attempt to organize the game tutorials.

Arthur Paulino 2018-01-02 13:20:19 -03:00
parent ee73f5042b
commit 5c5250753c

37
Home2.md Normal file

@ -0,0 +1,37 @@
# Introduction
<details>
<summary>Lore example</summary>
Its 2200 A.C. and the human race is about to collapse. Our soil is dying and our resources are very scarce. The atmosphere has become too toxic for us to breathe freely and now were living underground, prisoners of our own will.
At the moment, our survival depends on tasks performed by Cubots, cheap and yet powerful robots that we can afford. Cubots are responsible for gathering supplies in hostile environments that were not able to reach safely.
Were looking for skilled programmers who can teach Cubots how to perform these tasks for us. Candidates will gain access to a free Cubot and a didactic book of instructions on how to program it.
</details>
# The Game Universe
<Terrain, items, npcs, factories etc. Don't mention ids yet. This is a superficial overview>
# The Cubot Manuals
## The Cubot's Structure Overview
<An image showing the Cubot's parts (CPU, registers and hardware) followed by brief descriptions.>
## Hardware Specifications
<Details about the hardware with minimal code examples on how to use them.>
## The CPU
<Even more detailed information, always with examples that can be tested within the game itself, so the user can see the effect of whats being taught on the behavior of his Cubot.>
### Binary Math
### Hexadecimal Math
### The Assembly Language
### The *Tick* mechanics