Each time a player click a side of one square. The player who close the last line of a square owns it and can continue to select another line. The game finish when all squares are filled. Wins the ...
The objective of the site is to create a game that will present magic squares for the user to solve. In developing the site, I decided to dynamically generate the magic squares; this introduced some ...