diff --git a/xtrn/tankbattle/logging.js b/xtrn/tankbattle/logging.js
new file mode 100644
index 0000000000000000000000000000000000000000..3993dacd6cb7d89512f194ddb90d897473f4786f
--- /dev/null
+++ b/xtrn/tankbattle/logging.js
@@ -0,0 +1,13 @@
+function Logger(root, name)
+{
+	this.rootDirectory=root;
+	this.fileName=name;
+	this.logList=directory(this.rootDirectory + this.fileName + "*.log"); 		
+	this.logFile=new File(this.rootDirectory + this.fileName + this.logList.length + ".log");
+	this.logFile.open('w+',false);
+	this.Log=function(text)
+	{
+		this.logFile.writeln(text);
+	}
+	this.Log("****" + system.datestr() +" - "+ system.timestr());
+}
\ No newline at end of file
diff --git a/xtrn/tankbattle/map_2.map b/xtrn/tankbattle/map_2.map
new file mode 100644
index 0000000000000000000000000000000000000000..e68392359066cfc1d125bd414e900abd08b666be
--- /dev/null
+++ b/xtrn/tankbattle/map_2.map
@@ -0,0 +1 @@
+                                                                                ���������������������������������������������������������������������������������                 �                 �                        �                 ��                 �                 �                        �                 ��                 �                 �                        �                 ��                 �                 �                        �                 ��                                   �                                          ��                                   �                                          ��                                   �                                          ��       �                   �                      �                   �       ��       �                   �                      �                   �       ��       �                   �                      �                   �       ��       �������       �������                      �������       �������       ��       �                   �                      �                   �       ��       �                   �                      �                   �       ��       �                   �                      �                   �       ��                                          �                                   ��                                          �                                   ��                                          �                                   ��                 �                        �                 �                 ��                 �                        �                 �                 ��                 �                        �                 �                 ��                 �                        �                 �                 ���������������������������������������������������������������������������������
\ No newline at end of file