Function
Static Public Summary | ||
public |
Initialize the default game setup. |
|
public |
Returns a random integer between min and max. |
|
public |
shuffleArray(arr: Object[]): Object[] Naive shuffle an array, swaps random slots 3 * array.length times. |