Search:

Type: Posts; User: patishi

Search: Search took 0.01 seconds.

  1. The board is an array ,holding 15 16-bit words...

    The board is an array ,holding 15 16-bit words (short type) for each player:


    short board[2][15] ;

    so,when a player plays on a certain square, I mark that certain bit on HIS Bit Board like...
  2. Check Win algorithm for Gomoku with BitBoards

    I am working on a gomoku engine. I am using 15 16-bit words,one for each row (15x15 board). The board looks like this if it was an array: (starting from the bottom and up,right to left)

    ...
Results 1 to 2 of 2