UNPKG

discord-battleship

Version:

Create and handle advanced versions of the old classic game, BatlleShip!

6 lines 112 B
export default interface Boat { name: string; length: number; hits: number; sunk: boolean }