Move load_grid function from CrossGrid to Gameplay #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the
load_grid()function inside CrossGrid initiate the grid and the game info (e.g. title, level strengh) which is not a good practice.To solve this, Gameplay should load the
.mfjand config each children : load the grid inside CrossGrid, set the title and other level informations