Readme.md changes
This commit is contained in:
17
README.md
17
README.md
@@ -1,20 +1,13 @@
|
|||||||
# CrossGen #
|
# CrossGen #
|
||||||
|
|
||||||
Very simple tool for generating crosswords. *Almost* course work.
|
Very simple tool for generating crosswords.
|
||||||
|
|
||||||
### Features ###
|
### Features ###
|
||||||
|
|
||||||
1. Supports many of languages if dictionary contains lines like
|
1. Supports many of languages if dictionary contains lines like `
|
||||||
```
|
WORD - DESCRIPTION`
|
||||||
WORD - DESCRIPTION
|
2. Easy-to-understand format
|
||||||
```
|
3. Simple export to many formats (in progress)
|
||||||
2. Supports any grid that have format like
|
|
||||||
```
|
|
||||||
++++
|
|
||||||
+--+
|
|
||||||
+--+
|
|
||||||
++++
|
|
||||||
```
|
|
||||||
|
|
||||||
### Dependecies ###
|
### Dependecies ###
|
||||||
Only wxWidgets.
|
Only wxWidgets.
|
||||||
|
|||||||
Reference in New Issue
Block a user