git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
export interface PileData {
name: string;
cards: { uid: string }[];
pickedCardIndex: number;
}
export type CardLocation = readonly [pileIndex: number, cardIndex: number];