sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
3.02k stars 1.04k forks source link

Dungeons and Dragons plugin #1208

Closed Spartanicek closed 1 month ago

Spartanicek commented 1 month ago

I have created a the dnd plugin as requested.

when running jarvis, new action is available - dnd

when you enter, the dnd plugin is constantly running until you enter 'exit'. By typing 'help' you can see available actions.

You can either make a roll with dice, generate random npc name based on race and gender, or generate random loot.

I am just a beginner at coding, so excuse my code :)

It works, check if it usable and I am open to any critique

pnhofmann commented 1 month ago

Honestly, not so much clue what the dnd-stuff output is telling me ;). Code is good structured and readable. Input is handled well, so don't see any crashes or other issues.

I'll just merge. Thank you!