Changed all occurrences of 'yahtzee' to 'superkadi', allowed the gameboards to be hydrated by JSON data upon instantiation (also after).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, {ReactNode} from "react";
|
||||
import KadiCell from "./KadiCell";
|
||||
import {FieldType} from "../static/enums";
|
||||
import {CellScores} from "./KadiBoard";
|
||||
import {FieldType} from "../../../shared/rulesets";
|
||||
|
||||
interface KadiBlockSubtotalRowProps {
|
||||
blockId: string;
|
||||
|
||||
Reference in New Issue
Block a user