Added README

This commit is contained in:
2015-05-30 18:49:07 +03:00
parent ebd7e84601
commit f434dc9ec7

27
README Normal file
View File

@@ -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 (