Difference between revisions of "LuaNameGen"

m
m
Line 4: Line 4:
 
{{#set:Keyword=Procedural}}
 
{{#set:Keyword=Procedural}}
  
'''LuaNameGen''' is, well, a Lua Name Generator. It's a a tool used to create fantasy names (characters, objects, places, etc.) for games.
+
'''LuaNameGen''' (Lua Name Generator) is a tool used to create random names (characters, objects, places, etc.) for games. It is based on [https://bitbucket.org/libtcod/libtcod/src/afba13253a79f16d10f596e2c9c99cf183f94b3c/src/namegen_c.c libtcod's namegen].
  
 
<ul>
 
<ul>

Revision as of 13:42, 14 February 2017



LuaNameGen (Lua Name Generator) is a tool used to create random names (characters, objects, places, etc.) for games. It is based on libtcod's namegen.

  • Github page: the library itself, documentation and examples;
  • Love2d forum page: a place to discuss its current state, goals, ask questions and suggest things.