Open Source Evil Overlord Name Generator
It's written in JavaScript.
Try it out here:
http://www.nicollet.net/files/blog/evil-overlord/
GitHub:
https://github.com/VictorNicollet/Evil-Overlord-Names
It uses a simple format for describing how names should be constructed, which makes it easy to extend, and to guarantee that all names are equally likely to be generated. It can currently generate 23037267 different names.
Pull requests are welcome if you wish to help me add new name formats or elements !
2 comments
[ 2.7 ms ] story [ 13.1 ms ] threadI looked instantly at the code and it is not bad at all, maybe except for this piece:
What's wrong with Array.isArray()?