cs481-ekh / s24-slice-n-dice

MIT License
1 stars 1 forks source link

GoVizzy

CI

Usage

GoVizzy will work on any system with a supported version on Python and Pip installed.

Simply run the build.sh script, which will install all dependencies in a virtual environment, and launch GoVizzy.

Documentation

All of the documentation for GoVizzy can be found in the docs/manual directory. See the intro page.

Testing

In order to run tests, the test script expects the .venv folder to have been created by the build.sh script. Otherwise the test will throw an error.

To execute the test script perform:

$ ./test.sh