37 lines
660 B
Markdown
37 lines
660 B
Markdown
# number_factory
|
|
|
|
A game where you create combinations of numbers!
|
|
|
|
# UI elements
|
|
|
|
If you hover over the producers you will see the speed at which it produces.
|
|
|
|
If you hover over the consumer, you can see your next goal or quest
|
|
|
|
## tools
|
|
|
|
### Extractor
|
|
|
|
Extracts numbers. It is a three by three square and populates numbers from any
|
|
side (max 12) every time the producer ticks.
|
|
|
|
### Conveyer belt
|
|
|
|
Can move numbers around.
|
|
|
|
### Adder
|
|
|
|
Can output to either side but will only output to one space. Prefers the slot
|
|
on the left. If it is full though it will use the slots to the right
|
|
|
|
|
|
### Multiplier
|
|
|
|
### Subtractor
|
|
|
|
### Divider
|
|
|
|
### Exponent
|
|
|
|
### Logarithm
|