Skip to content

Commit 21ff2ea

Browse files
committed
Add demo screengrab
1 parent 980f499 commit 21ff2ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
Markov Namegen is a Markov chain-based word generator library written in Haxe, made for procedural name generation. Run the demo [here](https://www.samcodes.co.uk/project/markov-namegen/).
77

8+
[![Screenshot](https://github.com/Tw1ddle/MarkovNameGenerator/blob/master/screenshots/screenshot2.png?raw=true "Markov Namegen Procedural Random Name Generator screenshot 2")](https://www.samcodes.co.uk/project/markov-namegen/)
9+
810
## Features
911
* Hundreds of customizable/combinable training data presets.
1012
* Katz backoff using high order models - look up to "n" characters back.
@@ -14,7 +16,7 @@ Markov Namegen is a Markov chain-based word generator library written in Haxe, m
1416

1517
## Usage
1618

17-
See the [demo code](https://github.com/Tw1ddle/MarkovNameGenerator) for a complete worked example. Also read the [documentation here](https://tw1ddle.github.io/markov-namegen-lib/).
19+
See the [demo code](https://github.com/Tw1ddle/MarkovNameGenerator) for a complete worked example. Also read the [library documentation](https://tw1ddle.github.io/markov-namegen-lib/).
1820

1921
## Library Setup
2022

screenshots/screenshot1.png

92.7 KB
Loading

0 commit comments

Comments
 (0)