+ Reply to Thread
Results 1 to 5 of 5

Thread: Test Game

    1. DAMINK™ vs Jen Move number: 2 Next move: Black(Jen)

      Moves List

      • white: (move,e2,e4)
      ABCDEFGH
       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.
+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts