vkaravir / lechef

Lechef - Logic Circuit Exercise Framework for visualizing and creating exercises on logic circuit basics in JavaScript

Home Page:http://vkaravir.github.io/lechef/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lechef - JavaScript Logic Circuit Exercise Framework

The lechef framework helps in creating exercises for learning logic circuits. You can create exercises for simulating a circuit's behavior and exercises for designing circuits. Check the documentation for a more thorough description, examples, and instructions on how to use it.

Here are the components (or, gates) currently supported by the framework: NOT, AND, OR, NAND, NOR, XOR, EQV, and input and output

Logic gates supported by lechef

And here's an example of an exercise. In the exercise, student's task is to toggle the input/output values of each gate to match the correct values of the given input to the circuit. Note: This is only an image, see the docs for interactive examples.

Logic circuit simulation with lechef

About

Lechef - Logic Circuit Exercise Framework for visualizing and creating exercises on logic circuit basics in JavaScript

http://vkaravir.github.io/lechef/

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 2.2%Language:HTML 1.5%Language:Ruby 0.2%