life: implement scaling

This commit is contained in:
2025-08-05 11:02:00 +02:00
parent ab38071ffe
commit 353bae1adb
2 changed files with 27 additions and 32 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello typescript</title>
<title>Game of Life</title>
</head>
<body style="margin: 0; padding 0; overflow: hidden; background-color: #000000">
<canvas id="canvas" tabindex="0"></canvas>