Basics of client server communication and drawing of gamestates finished
This commit is contained in:
15
out/artifacts/Client/Client.jnlp
Normal file
15
out/artifacts/Client/Client.jnlp
Normal 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>
|
||||
Reference in New Issue
Block a user