Major overhaul of the architecture

It's pretty horrible to have a commit messing up 90% of the code and
also stuff isn't really well organized, but probably it needed to be
done...
This commit is contained in:
2021-08-13 17:16:56 +02:00
parent 0540b262dd
commit ab1e70e7d4
3 changed files with 240 additions and 148 deletions

View File

@@ -5,6 +5,6 @@
<title>Chess</title>
</head>
<body>
<script src="main.js"></script>
<script type="module" src="main.js"></script>
</body>
</html>