﻿<b>1.</b> Unzip the <b>SFS3-TocTacToe-Source.zip</b> file contained in this project (<i>/Other</i> folder) to any destination folder on your hard drive.</indent>
<b>2.</b> Go to your SmartFoxServer 3 installation folder.</indent>
<b>3.</b> Under the <i>/server/extensions</i> folder, create a subfolder called <i><b>TicTacToe</b></i>.</indent>
<b>4.</b> Copy the content of folder <i>/extension/java/deploy</i> from the unzipped file to the <i>/server/extensions/TicTacToe</i> folder you just created.</indent>
<b>5.</b> Start SmartFoxServer 3.</indent>
<b>6.</b> Open the <i>Login</i> scene contained in this project's <i>Scenes</i> folder.</indent>
<b>7.</b> Click on the <b>Play</b> button.</indent>
This demo features a server-side Extension available in four languages: Java, Groovy, Kotlin and Scala.
Step 4 above describes how to deploy the <b>Java Extension</b>. The Extension source code is available under the <i>/extension/java/src</i> folder of the unzipped file.
In order to use another version of the Extension, at step 4 simply copy the content of the <i>/extension/</i>LANGUAGE<i>/deploy</i> folder of choice.