A program that uses wires to connect gates on a chip three-dimensionally and efficiently. Based on the case of Chips & Circuits
To run this program, you need the following:
- Python 3.6
Clone this repository (containing the pathfinder module) to a folder of your preference. And run the setup:
python setup.py install
Learn how to install, test, use and integrate this program that finds efficient paths in the documentation.
This project is not open for contributing, for it being a school assignment.
We use SemVer for semantic versioning. For the versions available, see the tags on this repository.
- Jurre Brandsen - Developer - www.jurrebrandsen.nl
- Lennart Klein - Webdeveloper and webdesigner - www.lennartklein.nl
- Thomas de Lange - Initial work - www.long-coding.nl
This project is licensed under the MIT License - see the LICENSE file for details
- Thanks to Daan van den Berg for creating the "Chips and circuits" case (as specified on this Wiki).
- Thanks to Westly White for his initial grid design in board.py.