You are not logged in.
we are developing a chess game website and we want to add a feature of "daily chess puzzle".
that puzzle should be change daily...
so plz give some idea to achieve that...
how to generate daily new puzzle...or how to save that in database...is there any software which we can use for our website???
Offline
Good quality puzzles would need to be hand generated.
But I imagine you could auto-generate something like "mate in 5 moves".
You could use flash or javascript to format it. I would lean towards flash, but that is just me.
The puzzles could be stored in a mysql database and queried via php. Just a table with date and piece positions.
"The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman
Offline