gomeler / LocationGenerator

Simple exercise in Go that generates locations for tabletop RPGs.
0 stars 0 forks source link

Add JSON default support for character race and locations #21

Open gomeler opened 5 years ago

gomeler commented 5 years ago

Right now the character race struct is hard coded along with the location types(farm, hamlet, town, city). These should be extracted and reside in default config files.