diff options
| -rw-r--r-- | .idea/gradle.xml | 1 | ||||
| -rw-r--r-- | .idea/misc.xml | 2 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | TODO.md | 3 | ||||
| -rw-r--r-- | screenshot.png | bin | 0 -> 96425 bytes |
5 files changed, 8 insertions, 4 deletions
diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a2d7c21..a0de2a1 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,6 +7,7 @@ <option name="testRunner" value="GRADLE" /> <option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> + <option name="gradleJvm" value="Embedded JDK" /> <option name="modules"> <set> <option value="$PROJECT_DIR$" /> diff --git a/.idea/misc.xml b/.idea/misc.xml index e7fabc1..e0b8699 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -16,7 +16,7 @@ </option> </component> <component name="ExternalStorageConfigurationManager" enabled="true" /> - <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> </component> <component name="ProjectType"> diff --git a/README.md b/README.md new file mode 100644 index 0000000..058d540 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Tic-tac-toe with smart bot and online mode +Features: +- You can play with your friend online of offline +- You can try yourself over the best tic-tac-toe bot + + diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 5cf1104..0000000 --- a/TODO.md +++ /dev/null @@ -1,3 +0,0 @@ -1. Rotation -2. O image -3. Bot (smart) diff --git a/screenshot.png b/screenshot.png Binary files differnew file mode 100644 index 0000000..def5b86 --- /dev/null +++ b/screenshot.png |
