wordblah.git
3 years agoContinue work on the GUI - added code for drawing
Harishankar [Sun, 3 May 2020 13:25:16 +0000 (18:55 +0530)]
Continue work on the GUI - added code for drawing
Added basic drawing code in the GUI for puzzle grid
- still incomplete - only implemented drawing a fixed
grid

3 years agoStarted work on the GUI for the wordblox player
Harishankar [Sat, 2 May 2020 12:13:30 +0000 (17:43 +0530)]
Started work on the GUI for the wordblox player
Started work on GTK+ GUI for the wordblox player.

3 years agoImplemented GZIP functionality for the data file
Harishankar [Sat, 2 May 2020 08:03:46 +0000 (13:33 +0530)]
Implemented GZIP functionality for the data file
Implemented GZIP functionality for the saved data file. Also
started work on the GUI front end for the puzzle player

3 years agoPassword protect functionality and also changed file format
Harishankar [Fri, 1 May 2020 12:01:12 +0000 (17:31 +0530)]
Password protect functionality and also changed file format
Added password protection and also changed the file save and load
routines to a proper format to make it more robust rather than
just dumping the struct to file

3 years agoExport clues to Text file completed
Harishankar [Thu, 30 Apr 2020 15:37:18 +0000 (21:07 +0530)]
Export clues to Text file completed
Completed the feature to export clues to text file

3 years agoAdded Puzzle export as PNG image
Harishankar [Thu, 30 Apr 2020 09:46:20 +0000 (15:16 +0530)]
Added Puzzle export as PNG image
Added feature to export puzzle and solution as PNG image
using the libgd library. Also added a Makefile to the
project

4 years agoCompleted the clues across and down functionality
Harishankar [Wed, 29 Apr 2020 17:30:26 +0000 (23:00 +0530)]
Completed the clues across and down functionality
Completed impelementing the clues across nd down
functionality

4 years agoAdded freeze/unfreeze grid functionality
Harishankar [Wed, 29 Apr 2020 15:46:23 +0000 (21:16 +0530)]
Added freeze/unfreeze grid functionality
Added functionality for freeze and unfreeze grid and
also setting clues for across words

4 years agoFirst commit
Harishankar [Wed, 29 Apr 2020 10:02:07 +0000 (15:32 +0530)]
First commit
First commit of the wordblox crossword puzzle maker