Readme.md changes

This commit is contained in:
2015-06-17 22:28:15 +03:00
parent d511837691
commit a3a63043b8

View File

@@ -1,20 +1,13 @@
# CrossGen #
Very simple tool for generating crosswords. *Almost* course work.
Very simple tool for generating crosswords.
### Features ###
1. Supports many of languages if dictionary contains lines like
```
WORD - DESCRIPTION
```
2. Supports any grid that have format like
```
++++
+--+
+--+
++++
```
1. Supports many of languages if dictionary contains lines like `
WORD - DESCRIPTION`
2. Easy-to-understand format
3. Simple export to many formats (in progress)
### Dependecies ###
Only wxWidgets.