Jared Ni and Bryan Han
To view our design decisions, test trials, and observations, simply refer to DesignNotebook.md.
To run the model, simply download the zip file, cd into the repository, and execute:
git clone https://github.com/jared-ni/cs262-design-exercise2.gitThen, cd into the repository, and execute the following in terminal to simulate the clocks:
python clock.py
To run the unit tests, execute:
python test_clock.py