Javascript von ChatGPT

erste ganz gute Simulation
This commit is contained in:
rxf
2025-09-21 09:03:12 +02:00
parent 799f798316
commit 361653b88a
6 changed files with 987 additions and 0 deletions

14
JS/public/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Kuppel-Simulation (JS)</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h2>Kuppel-Simulation mit NFC-Tags (JavaScript)</h2>
<canvas id="simCanvas" width="700" height="700"></canvas>
<pre id="debug"></pre>
<script src="script.js"></script>
</body>
</html>