Difference between revisions of "Circuits"
From AAGRINDER wiki
Jump to navigationJump to searchimported>Maze |
(Rewrite for existing implementation) |
||
Line 1: | Line 1: | ||
− | There | + | |
+ | There is currently an implementation of circuit logic in AAGRINDER. This implementation is planned to be removed and replaced by something completely different in the future. | ||
+ | |||
+ | The components that take part in circuits, as they are currently implemented, are: | ||
+ | * cable (<span style="color:#e0115f">─</span>) | ||
+ | * wire crossing (<span style="color:#e0115f">%</span>) | ||
+ | * ruby (<span style="color:#e0115f">R</span>) | ||
+ | * switch (<span style="color:#7f7f7f">S</span>) | ||
+ | * button (<span style="color:#7f7f7f">O</span>) | ||
+ | * trapdoor (<span style="color:#91702a">_</span>) | ||
+ | * grabber (<span style="color:#bd7c3d">0</span>) | ||
+ | * magnetite (<span style="color:#684043">m</span>) | ||
+ | |||
+ | in the future, motors and grinders will also be part of circuit logic, as well as multiple new blocks. But magnetite will no longer be used directly. |
Revision as of 13:27, 28 August 2022
There is currently an implementation of circuit logic in AAGRINDER. This implementation is planned to be removed and replaced by something completely different in the future.
The components that take part in circuits, as they are currently implemented, are:
- cable (─)
- wire crossing (%)
- ruby (R)
- switch (S)
- button (O)
- trapdoor (_)
- grabber (0)
- magnetite (m)
in the future, motors and grinders will also be part of circuit logic, as well as multiple new blocks. But magnetite will no longer be used directly.