@@ -3,16 +3,16 @@ A simple program editor with basic logic gates.
3
3
4
4
Make a computer program!
5
5
- Drag logic gates in from the side.
6
- - == Click and drag== from a node on an input gate to another gate to connect them.
7
- - == Click and drag== on the canvas or control click to select multiple gates.
8
- - Press == space== hovering over input bits to change their value.
9
- - Delete a gate by dragging it to the right hand side, or by selecting it and pressing == delete== .
6
+ - ` Click and drag ` from a node on an input gate to another gate to connect them.
7
+ - ` Click and drag ` on the canvas or control click to select multiple gates.
8
+ - Press ` space ` hovering over input bits to change their value.
9
+ - Delete a gate by dragging it to the right hand side, or by selecting it and pressing ` delete ` .
10
10
- Create new gates by pressing the create button, and naming the gate and specifying the colour.
11
- - The colour of the LEDs can be cycled by pressing the == space bar== .
12
- - Press == control and S== to save, == control and L== to load. The same thing can be done by clicking on the respective buttons.
13
- - == Left click== on a wire to delete.
11
+ - The colour of the LEDs can be cycled by pressing the ` space bar ` .
12
+ - Press ` control and S ` to save, ` control and L ` to load. The same thing can be done by clicking on the respective buttons.
13
+ - ` Left click ` on a wire to delete.
14
14
15
15
Based on a [ video series] ( https://youtu.be/QZwneRb-zqA?feature=shared ) by Sebastian Lague. Just wanted to see what it will look like in JavaScript.
16
16
I'm planning to add more stuff like a gate filter in the future. Might also be cool to have a pre-built binary - base 10 system.
17
17
18
- Link to: [ Github Pages] ( https://flippont.github.io/simple-program-editor/ )
18
+ Link to: [ Github Pages] ( https://flippont.github.io/simple-program-editor/ )
0 commit comments