Difference between revisions of "LuaNameGen"

m
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#set:Name=LuaNameGen}}
+
'''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].
{{#set:LOVE Version=Any}}
 
{{#set:Description= Lua Name Generator for characters, objects, places, etc.}}
 
{{#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.
 
  
 
<ul>
 
<ul>
Line 11: Line 6:
 
</ul>
 
</ul>
  
 +
{{#set:Name=LuaNameGen}}
 +
{{#set:LOVE Version=Any}}
 +
{{#set:Description= Lua Name Generator for characters, objects, places, etc.}}
 +
{{#set:Keyword=Procedural}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
== Other Languages ==
 +
{{i18n|LuaNameGen}}

Latest revision as of 00:45, 16 December 2019

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.

Other Languages