summaryrefslogtreecommitdiff
path: root/README.md
blob: 54f477532ed490796307750e7ea959e0ad48e3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# NameGeneratorEvolve
Creates names, asks you to rate them, and slowly learns which names are good.

NameGeneratorEvolve uses [StringLearn](https://github.com/pommicket/StringLearn) look at the n-grams you like, to determine which names you like.

Executables can be found in the build directory, but if you want to compile the source code, just run `make` in the src directory.

**The names evolve *very* slowly. They start out completely random.**

**Windows**
```bash
cd build/Windows
NameGeneratorEvolve
```

**GNU/Linux**
```bash
cd build/GNULinux
./NameGeneratorEvolve
```

Mac OS X is not supported.