Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.59 KB

Pathfinder

A program that uses wires to connect gates on a chip three-dimensionally and efficiently. Based on the case of Chips & Circuits

Requirements

To run this program, you need the following:

  • Python 3.6

Installation

Clone this repository (containing the pathfinder module) to a folder of your preference. And run the setup:

python setup.py install

Documentation

Learn how to install, test, use and integrate this program that finds efficient paths in the documentation.

Contributing

This project is not open for contributing, for it being a school assignment.

Versioning

We use SemVer for semantic versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • 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.