This repository contains code for a running example in the Spring 2019 section of CS445 Human-Computer Interaction at Ball State University.
This project uses Gradle. If you clone it into IntelliJ IDEA,
you will be able to import it as a gradle project. To run the unit tests, right-click on the tests
folder and you will be
able to execute all the tests, optionally with test coverage. One can also run the main application by right-clicking
on the Main
class.