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

[IDEA] How to implement doors #68

Open
lzcd opened this issue Jul 21, 2024 · 0 comments
Open

[IDEA] How to implement doors #68

lzcd opened this issue Jul 21, 2024 · 0 comments

Comments

@lzcd
Copy link

lzcd commented Jul 21, 2024

If I were going to add doors, here's how I would approach it:
https://github.com/lzcd/bbs-door-idea

It contains a unit test which, hopefully, shows how a door would interact with the BBS:
https://github.com/lzcd/bbs-door-idea/blob/main/test_harness.py

I've added the beginnings of a simple tic tac toe door to demonstrate the idea.

If doors were added in this manner then I suspect:

  • people could quite easily contribute doors (without disrupting the BBS code)
  • a fair bit of current BBS functionality could be moved into doors thereby simplifying the BBS code
  • people would have a fun using / playing with doors

Happy to answer any questions if this does sound appealing to you.

Also more than happy to contribute doors (as I have a few ideas rolling around that I'd love to implement).

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

No branches or pull requests

1 participant