Added actual images and prepared to add extractors

This commit is contained in:
2026-06-16 21:58:05 -06:00
parent 46d45783f3
commit 564c600150
16 changed files with 121 additions and 20 deletions
+33
View File
@@ -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