XarozedNameGenerator
Simple name generator for generating names in rogue-like games.
Installation
Add this line to your application's Gemfile:
gem 'xarozed_name_generator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install xarozed_name_generator
Usage
require 'xarozed_name_generator'
generator = XarozedNameGenerator::NameGenerator.new(chain_length)
puts generator.name
Example of work
chainlen = 4,
max_len = 5
Freaxe
Knaroa
Leanol
Mudrod
Deyuga
Alaske
Coramo
Hoshum
Halyas
Keranu
chainlen = 4,
max_len = 9
Hereviniga
Domirinira
Rinozharau
Warumuledi
Josestebar
Lyumalulya
Eyaariteme
Guleficror
Kerunavina
chainlen = 2,
max_len = 6
Maralel
Lalinit
Todarur
Syirodi
Aborapa
Herumal
Colosal
Skedero
Davamap
Frenari
Contributing
- Fork it ( https://github.com/alexYer/xarozed-name-generator/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request