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