In the starships directory, you'll find the completed game. Let's dissect it.
Here's the directory listing:
.
├── README.md
├── app.js
├── bin
│ └── www
├── controllers
│ └── ships.js
├── jest-MongoDBdb-config.js
├── jest.config.js
├── models
│ ├── MongoDB.js
│ ├── setup.js
│ └── ships.js
├── package-lock.json
├── package.json
├── public
│ ├── images
│ │ └── bg.jpg
│ ├── javascripts
│ │ ├── index.js
│ │ └── play.js
│ └──...