From c24f6d646959f4d35dd6d48ccfba4d98678fbcdc Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Sat, 30 May 2015 19:06:44 +0300 Subject: [PATCH] Some README changes --- README | 27 --------------------------- README.md | 12 ++++++------ 2 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 812bde5..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -# 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 diff --git a/README.md b/README.md index 812bde5..cea7620 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Very simple tool for generating crosswords. *Almost* course work. 1. Supports many of languages if dictionary contains lines like ``` - WORD - DESCRIPTION +WORD - DESCRIPTION ``` 2. Supports any grid that have format like ``` - ++++ - +--+ - +--+ - ++++ +++++ ++--+ ++--+ +++++ ``` ### Dependecies ### @@ -24,4 +24,4 @@ Only wxWidgets. * [ ] Progress indication * [ ] Customiztion * [ ] Refactoring -* [ ] Optimizations of generating ( \ No newline at end of file +* [ ] Optimizations of generating crosswords \ No newline at end of file