Files
TicTacToe-Multiplayer/Client/Client.iml
Simon 8ed0e5196b Begin the client side of TicTacToe
Implemented a way of drawing a gamestate the server sent with the use of javaFx
2021-02-17 03:42:50 +01:00

12 lines
497 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>