summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Harishankar [Mon, 6 Dec 2010 04:09:09 +0000 (09:39 +0530)]
Completed the HTML exporter
Completed the HTML exporter including export of clues
Harishankar [Sun, 5 Dec 2010 17:21:09 +0000 (22:51 +0530)]
Export as image functionality halfway done
Export as image halfway done. To implement the HTML part with
clues
Harishankar [Sun, 5 Dec 2010 14:12:08 +0000 (19:42 +0530)]
Fixed the exporter to use CRLF as newline character
Fixed the exporter to use CRLF instead of the unix linefeed in
the AcrossLite(tm) export format
Harishankar [Sun, 5 Dec 2010 13:10:02 +0000 (18:40 +0530)]
Implemented the AcrossLite(tm) exporter
Implemented the AcrossLite(tm) format exporter
Harishankar [Sun, 5 Dec 2010 12:16:36 +0000 (17:46 +0530)]
Fixed order of tuple in return statement
Fixed order of tuple in returning row, col in get_word_across ()
function
Harishankar [Sun, 5 Dec 2010 10:28:40 +0000 (15:58 +0530)]
Save and restore functionality implemented
Puzzle can now be saved and loaded from disk. Also implemented
displaying across and down clues for the puzzle.
Harishankar [Sun, 5 Dec 2010 08:43:39 +0000 (14:13 +0530)]
Clues can now be entered for words
Finished implementing clues for words. Also written the interface
for getting an across or down word at a particular row/column.
Harishankar [Sat, 4 Dec 2010 12:06:43 +0000 (17:36 +0530)]
Made some logic changes to word intersection code
Refined the word intersection detection code a bit but it is
still not perfect.
Harishankar [Sat, 4 Dec 2010 10:46:48 +0000 (16:16 +0530)]
Menus in progress
Menu functionality for main menu and puzzle creator in progress
Harishankar [Sat, 4 Dec 2010 09:12:43 +0000 (14:42 +0530)]
First commit
This is the first commit. Beginning of the menus and
functionality