You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Documentation: continue to update the new docs/ folder with technical explanations of the games (keyed towards developers, not users)
25
+
2. OOP Overhaul: spring-boards off of documentation, we will release a blackjack/template doc shortly (as blackjack is now fully OOP) that contributors can use as inspiration when overhauling the remaining games. For future feature development, it's important that the games are modular, readable, and logically structured.
26
+
3.[Textual](https://textual.textualize.io) Overhaul: Textual is an incredibly powerful terminal UI library. Kevin and I feel that switching to this will make Terminal Casino resemble a professional project, not to mention features of [tabs](https://textual.textualize.io/widget_gallery/#tabs), [loading bars](https://textual.textualize.io/widget_gallery/#loadingindicator), and other [widgets](https://textual.textualize.io/widget_gallery), which will all vastly improve the user experience. What's incredible about Textual is that it will make our UI workflow far simpler. Everything we need will be inside one library instead of being triaged across multiple.
27
+
4. Multiplayer: P2P multiplayer sessions. We're still discussing possible remote-networking solutions, but at the very least, multiplayer across the same Wi-Fi network will be possible.
0 commit comments