Faker::Game
Game Franchise Name
Faker::Game.franchise # => "Titan Battler"
Game Ability Measurement
Faker::Game.ability_measurement # => "Mana"
Game Currency
Generates the singular form of an in-game currency.
Faker::Game.currency # => "Gem"
Hero
Faker::Game.hero # => "Knight"
Enemy
Faker::Game.enemy # => "Ghoul"
Complex Game Name Prefix
Includes the name of a fictitious game creator.
Faker::Game.prefix # => "Ryley Lang's Witch Fighter"
Game Subtitle
Faker::Game.subtitle # => "Silver Titans"
Game Name
Generates a full game name, sometimes with a franchise title.
Faker::Game.name # => "Ghoul Killer IV"
Game Name with Franchise
Forces a franchise prefix.
Faker::Game.name_with_franchise # => "Aida Bahringer's Insurgent Hunter 4: Iron Tangos"
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/chrisb/faker-game.