From f434dc9ec72a6435212353adece3a8db6068929b Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Sat, 30 May 2015 18:49:07 +0300 Subject: [PATCH] Added README --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..812bde5 --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +# CrossGen # + +Very simple tool for generating crosswords. *Almost* course work. + +### Features ### + +1. Supports many of languages if dictionary contains lines like +``` + WORD - DESCRIPTION +``` +2. Supports any grid that have format like +``` + ++++ + +--+ + +--+ + ++++ +``` + +### Dependecies ### +Only wxWidgets. + +### To-Do list ### + +* [ ] Progress indication +* [ ] Customiztion +* [ ] Refactoring +* [ ] Optimizations of generating ( \ No newline at end of file