Basics of client server communication and drawing of gamestates finished

This commit is contained in:
2021-02-18 11:42:11 +01:00
parent 8ed0e5196b
commit b7113b7ee8
15 changed files with 238 additions and 47 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Client.jnlp">
<information>
<title>Client</title>
<vendor>Unknown</vendor>
<description>Client</description>
<offline-allowed/>
</information>
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="Client.jar" size="9642" download="eager" />
</resources>
<jfx:javafx-desc width="900" height="900" main-class="game.TicTacToe_Client" name="Client" />
<update check="background"/>
</jnlp>