Open iamDecode opened 3 years ago
https://www.beer-sport.com/ is a website the folks at Drago regularly use. Perhaps we can just incorporate that with a (masked) iframe? I can get into contact with the developer, and he's probably willing to share code if required.
A full game implementation probably requires a lot of effort and changes. However, the ability to draw random cards or dice rolls may be sufficient to facilitate playing certain games. I had two ideas how this could work:
[⚀ ⚁ ⚂ ⚃ ⚄ ⚅]
, or[♠ ♣ ♥ ♦]
+[1-10,JQKA]
. Note there are ascii symbols for cards (🃔), but these are way too difficult to read.It seems the first option will be the easiest to implement. It does seem interesting to have playing games restricted to a certain 'game location' though.