Skip to content

The Screen #1

Description

@limelect

D10.2.3

On opening, the screen is black on the right
So on FormCreate I added Small1Click(nil);
where
procedure TForm1.Small1Click(Sender: TObject);
begin
fGame.BoardWidth := 13;<<<< I changed from 10 to 13
fGame.BoardHeight := 10;
fGame.NumberOfMines := 20;
fGame.NewGame();
end;
Others are OK

Image
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions