import Player from './player.js'; export default class Bot extends Player { constructor(name, id) { super(name+id, id); this._type = 'bot'; } playCard(top_card) { for (let i=0; i