Created default build up

- next make grid be a own component with a lot of callbacks
- after this start the game implementtion
This commit is contained in:
2026-02-06 11:52:17 +01:00
parent da43213808
commit a22dd17869
8 changed files with 214 additions and 32 deletions

View File

@@ -231,3 +231,24 @@ a {
margin-left: 0.25rem;
}
}
.controls-panel {
display: flex;
gap: 10px;
margin-bottom: 20px;
align-items: center;
flex-wrap: wrap;
}
.grid-size {
display: flex;
gap: 0.75rem;
align-items: center;
flex-wrap: wrap;
}
canvas {
border: 1px solid #ccc;
display: block;
max-width: 100%;
}