SimonBuxx / LogiJS

Discover and create logic circuits
https://logijs.com
GNU General Public License v3.0
42 stars 6 forks source link

Diodes should only be placed on points with horizontal and vertical wires #26

Closed SimonBuxx closed 6 years ago

SimonBuxx commented 6 years ago

https://github.com/SimonBuxx/LogiJS/blob/a48052367933cc0ffd925ee3cbd8837d4c96cc7f/javascripts/cpdiodes.js#L68 This should be done soon, as putting diodes on wires without vertical or horizontal cables crashes to program on simulation start.

SimonBuxx commented 6 years ago

Fixed with my last commit, but i found a problem concerning diodes for that i'll open another issue.