aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 21:39:58 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 21:47:03 +0200
commit00b126a603039cfcbd04441fbb5be3237c3ccaf5 (patch)
tree1dbdfa9e91b55d7ba19a554b35ba299279dec96c
parent28aad1c29cbd6a1bfb6b2ec7955f50f2b9ccb471 (diff)
downloadpai-fillo-nai-00b126a603039cfcbd04441fbb5be3237c3ccaf5.tar.gz
pai-fillo-nai-00b126a603039cfcbd04441fbb5be3237c3ccaf5.tar.zst
pai-fillo-nai-00b126a603039cfcbd04441fbb5be3237c3ccaf5.zip
Add Readme
-rw-r--r--.idea/gradle.xml1
-rw-r--r--.idea/misc.xml2
-rw-r--r--README.md6
-rw-r--r--TODO.md3
-rw-r--r--screenshot.pngbin0 -> 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
+
+![Screenshot of the game](screenshot.png)
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
new file mode 100644
index 0000000..def5b86
--- /dev/null
+++ b/screenshot.png
Binary files differ