-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "markov-namegen", | ||
"url": "http://samcodes.co.uk/code/", | ||
"url": "https://samcodes.co.uk/code/", | ||
"license": "MIT", | ||
"tags": ["cross","haxe","utility","game","tool"], | ||
"description": "Procedural word generation tool using a high order Markov process, back-off scheme, filtering and sorting", | ||
"version": "1.0.9", | ||
"releasenote": "Added additional utility functions, code cleanup", | ||
"version": "1.1.0", | ||
"releasenote": "Include word lists (training data) in the haxelib", | ||
"contributors": ["samcodes"], | ||
"dependencies": {"sure": ""} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tar -a -c -f markov-namegen.zip markov haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat | ||
tar -a -c -f markov-namegen.zip markov screenshots word_lists haxelib.json include.xml README.md LICENSE CHANGELOG.md package_haxelib.bat |