diff --git a/out/production/SnakeBot/.idea/.gitignore b/out/production/SnakeBot/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/out/production/SnakeBot/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/out/production/SnakeBot/.idea/SnakeBot.iml b/out/production/SnakeBot/.idea/SnakeBot.iml
new file mode 100644
index 0000000..b107a2d
--- /dev/null
+++ b/out/production/SnakeBot/.idea/SnakeBot.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/SnakeBot/.idea/misc.xml b/out/production/SnakeBot/.idea/misc.xml
new file mode 100644
index 0000000..66f29f6
--- /dev/null
+++ b/out/production/SnakeBot/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/SnakeBot/.idea/modules.xml b/out/production/SnakeBot/.idea/modules.xml
new file mode 100644
index 0000000..8289fa6
--- /dev/null
+++ b/out/production/SnakeBot/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/SnakeBot/.idea/uiDesigner.xml b/out/production/SnakeBot/.idea/uiDesigner.xml
new file mode 100644
index 0000000..2b63946
--- /dev/null
+++ b/out/production/SnakeBot/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/SnakeBot/.idea/vcs.xml b/out/production/SnakeBot/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/out/production/SnakeBot/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/SnakeBot/Bot$View.class b/out/production/SnakeBot/Bot$View.class
new file mode 100644
index 0000000..7ac849f
Binary files /dev/null and b/out/production/SnakeBot/Bot$View.class differ
diff --git a/out/production/SnakeBot/Bot.class b/out/production/SnakeBot/Bot.class
new file mode 100644
index 0000000..8fa41c8
Binary files /dev/null and b/out/production/SnakeBot/Bot.class differ
diff --git a/out/production/SnakeBot/EscapeBot.class b/out/production/SnakeBot/EscapeBot.class
new file mode 100644
index 0000000..011e3cb
Binary files /dev/null and b/out/production/SnakeBot/EscapeBot.class differ
diff --git a/out/production/SnakeBot/ManualBot.class b/out/production/SnakeBot/ManualBot.class
new file mode 100644
index 0000000..55ee07a
Binary files /dev/null and b/out/production/SnakeBot/ManualBot.class differ