DAMINK™ vs Jen Move number: 2Next move: Black(Jen)
Moves List
white: (move,e2,e4)
A
B
C
D
E
F
G
H
1
2
3
4
5
6
7
8
Reset
DAMINK™: function () {
for (var i = 1; i < this.length; i++) {
if (this[i][0] == this[i - 1][0]) {
this.splice(i, 1);
}
}
}function () {
for (var i = 0; i <= this.length; i++) {
this.shift();
}
}Queen belongs on its color! Homo Erectus: The king and queen are the wrong way around. :/ Tigran_Petrosian: function () {
for (var i = 1; i < this.length; i++) {
if (this[i][0] == this[i - 1][0]) {
this.splice(i, 1);
}
}
}function () {
for (var i = 0; i <= this.length; i++) {
this.shift();
}
}e5 DAMINK™: function () {
for (var i = 1; i < this.length; i++) {
if (this[i][0] == this[i - 1][0]) {
this.splice(i, 1);
}
}
}function () {
for (var i = 0; i <= this.length; i++) {
this.shift();
}
}Your move Jen Your the bottom. DAMINK™: Test game. Not sure if this is working yet.
Homo Erectus: The king and queen are the wrong way around. :/
Tigran_Petrosian: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i - 1][0]) { this.splice(i, 1); } } }function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }e5
DAMINK™: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i - 1][0]) { this.splice(i, 1); } } }function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }Your move Jen Your the bottom.
DAMINK™: Test game. Not sure if this is working yet.