[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Conquer II. The goal of the game is to conquer the opponent's army and to add it to your own army. (8x8, Cells: 64) [All Comments] [Add Comment or Rating] A. M. DeWitt wrote on Wed, Jan 3 05:54 PM UTC in reply to Gerd Degens from 06:12 AM:This is quite the novel idea... Also, there is already a JavaScript function to do this, from the Interactive Diagram on the Conquer The Opponent's Army page. No u modifier required. function conquerTinker(m) { var v = board[m[3]][m[2]]; if(v & 511) m[4] = m[0], m[5] = m[1], m[-2]++, m[-5] = v ^ 1024; return 0; }
This is quite the novel idea...
Also, there is already a JavaScript function to do this, from the Interactive Diagram on the Conquer The Opponent's Army page. No u modifier required.