Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Basic Character Generation #29

Merged
merged 5 commits into from
Dec 1, 2024
Merged

Conversation

QMalcolm
Copy link
Collaborator

@QMalcolm QMalcolm commented Dec 1, 2024

Is there an associated github issue?

resolves #28

What is this PR changing?

  • add dependency Faker for name generation
  • add ExTTRPGDev.RuleSystems.Characters module
  • add ExTTRPGDev.RuleSystems.RuleSystem.gen_character!/1 method for character generation by system
  • add ex_ttrpg_dev system gen character <system_slug> cli command for character generation

We the ability to generate names (for characters). Ideally we'd have a
name generator that is fanatasy geared and/or tune-able by setting. It
looks like, if we want that, we'll have to build it. However, that is
out of scope for this branch of work. I plan to revisit it later/soon
though as I find that a rather interesting problem.
@QMalcolm QMalcolm merged commit e478fd5 into main Dec 1, 2024
1 check passed
@QMalcolm QMalcolm deleted the qmalcolm--base-character-gen branch December 5, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add basic ability to generate characters
1 participant