Project Structure

Project Root

The repository this project resides in is a compilation of all coursework throughout the semester.

Thus, the project root is /culminating-mastermind.

Worktree

.
├── app
│   ├── build
│   │   └── docs
│   │       └── javadoc
│   └── src
│       ├── main
│       │   ├── java
│       │   │   └── mastermind
│       │   │       ├── core
│       │   │       │   └── solvers
│       │   │       ├── gui
│       │   │       │   ├── panels
│       │   │       │   └── scenes
│       │   │       └── utils
│       │   └── resources
│       └── test
├── docs
└── utils
  • app: Primary source code and assets
  • docs: project documentation
  • utils: utility scripts and resources