Tagged Questions

0
votes
3answers
290 views

Flexible library or server for board games (chess or others)?

I'm looking for a program or library that I could use for experimenting with board games (chess mostly, but not necessarily -- other similarly complex board games are OK too). I'll test different ...
-5
votes
1answer
114 views

Knowing if the solutions given to form a Sudoku Board is valid or not, using 2d arrays

Suppose that the user entered 81 numbers and the program, 9x9 sudoku board, that I'll make will tell that, "the solution you entered is valid" or otherwise. How can I check each element in the row if ...