.
├── Deliverables
│ ├── 1
│ │ ├── 1.1
│ │ ├── 1.2
│ │ └── 1.3
│ ├── 2
│ │ ├── 2.1
│ │ ├── 2.2
│ │ ├── autograder-results
│ │ └── interface.pdf
│ └── 3
│ ├── 3.1
│ └── 3.2
├── README.md
└── code
├── 1
│ └── 1.2
├── 2
│ ├── 2.1
│ └── 2.2
└── 3
├── 3.1
└── 3.2
youralien/Santorini.ts
Santorini board game. Implements the proxy design pattern to interroperate easily between local and networked instances of game Players, via an agreed-upon JSON-based interface. Written in Typescript. An artifact of Software Construction Course F18 at Northwestern
JavaScript