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

Minigame via global commands #185

Open
DavidRieman opened this issue Dec 20, 2023 · 0 comments
Open

Minigame via global commands #185

DavidRieman opened this issue Dec 20, 2023 · 0 comments
Labels
enhancement This task is adding new behavior or performing other refactoring improvements.

Comments

@DavidRieman
Copy link
Owner

Would be nice to demonstrate drop-in modular minigame libraries where all code for the mini-game is self contained in a single tiny library. (This sort of approach means the eventual WheelMUD ecosystem could utilize things like NuGet modules for updating specific highly-independent sub-systems.)

For this ticket, we should focus on demonstrating a global mini-game (as in, one that doesn't require you to be in a specific room or whatnot) and just relies on global command processor to engage the game, etc. A good candidate for such a minigame might be a wordle or nerdle inspired game.

@DavidRieman DavidRieman added the enhancement This task is adding new behavior or performing other refactoring improvements. label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This task is adding new behavior or performing other refactoring improvements.
Projects
None yet
Development

No branches or pull requests

1 participant