straker / js13k-2021

1 stars 1 forks source link

feat: produce circuits #33

Closed straker closed 2 years ago

straker commented 2 years ago

Also fixed a big bug in that assemblers were sharing recipe information (specifically the has property) so one assembler receiving inputs would feed all assemblers on the map.

Part of https://github.com/straker/js13k-2021/issues/30