Client converted to TypeScript, client uses webpack

This commit is contained in:
2021-01-30 12:57:39 +02:00
parent 30e5d27b33
commit 1f6740c9df
13 changed files with 2804 additions and 496 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
/*! p5.js v1.2.0 December 19, 2020 */

File diff suppressed because one or more lines are too long

View File

@@ -9,11 +9,6 @@
</head>
<body>
<div id="app"></div>
<script src="./socket.io.min.js"></script>
<script>
const socket = io("https://blobbystrike.ioi.lt", {secure: true});
</script>
<script src="./p5js/p5.min.js"></script>
<script src="./bundle.js"></script>
</body>
</html>