class Case { constructor() { this.isShip = false; this.isPlayed = false; } } module.exports = { Case, };