Some README changes
This commit is contained in:
27
README
27
README
@@ -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 (
|
|
||||||
12
README.md
12
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
|
1. Supports many of languages if dictionary contains lines like
|
||||||
```
|
```
|
||||||
WORD - DESCRIPTION
|
WORD - DESCRIPTION
|
||||||
```
|
```
|
||||||
2. Supports any grid that have format like
|
2. Supports any grid that have format like
|
||||||
```
|
```
|
||||||
++++
|
++++
|
||||||
+--+
|
+--+
|
||||||
+--+
|
+--+
|
||||||
++++
|
++++
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dependecies ###
|
### Dependecies ###
|
||||||
@@ -24,4 +24,4 @@ Only wxWidgets.
|
|||||||
* [ ] Progress indication
|
* [ ] Progress indication
|
||||||
* [ ] Customiztion
|
* [ ] Customiztion
|
||||||
* [ ] Refactoring
|
* [ ] Refactoring
|
||||||
* [ ] Optimizations of generating (
|
* [ ] Optimizations of generating crosswords
|
||||||
Reference in New Issue
Block a user