implement multiplayer direct connect, implement network manager, implement handshake and login packets, implement ByteBuf, implement RSA and AES encryption, bump version to 1.1.0

This commit is contained in:
LabyStudio
2022-06-17 06:34:09 +02:00
parent 22872f55d6
commit 410346427f
35 changed files with 2513 additions and 10 deletions
+2 -4
View File
@@ -1,7 +1,7 @@
<html lang="en">
<head>
<title>Minecraft</title>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"/>
<link rel="shortcut icon" href="src/resources/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css"/>
</head>
@@ -18,6 +18,4 @@
<script type="module" src="src/js/Start.js"></script>
</html>
</html>