Creating cross puzzles
Hi,
I want to develop cross puzzles in English using drag and drop...I just give one site here..
http://teluguone.com/games/crossword/ ...here observe,what are the techniques used... if anyone knows please tell me... if anyone will not understand my question please ask me...
Thanks,
Saritha
Raj BandiPosted Apr 30, 2013, 9:10 AM
I suggest to use JQuery, as some drag and drop features included and also if you are intended to use in cross browsers. Otherwise if you are comfortable with Javascript, use it.
For this you don't require any images, as all the letters are in english. Create div tag for each letter with unique id say letter used. Add drag and drop events for each div. Drag and drop events are restrictive here, it means, they are only dragged and dropped in definite spots that is on the left side. So you need to add some custom code in those events to prevent from dropping elsewhere.
Hope this helps.
Cheers,
Raj