Cookie Clicker Unblocked Full Page

// Game logic class Game { constructor() { this.buildings = []; this.cookies = 0; }