Side projects
RPG Bot V2
Discord RPG bot: discord.js commands and a C# API for gameplay (combat, progression).
C#discord.js
- Problem
- A Discord RPG needs playable commands and reliable combat logic. Stuffing everything into the bot makes gameplay hard to grow.
- Solution
- Commands go through discord.js. Combat, progression and rules live in a separate C# API.
- Result
- A playable V2, with gameplay decoupled from the bot, easier to extend and test.