forked from bionickatana/number_factory
Added actual images and prepared to add extractors
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user