Files
CrossGen/README.md
2015-05-30 19:06:44 +03:00

27 lines
426 B
Markdown

# 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 crosswords