Hello, everyone!
I just opened up a website I made using Django and Django Channels to the public!
It’s a way to play the board game, Nations, online. I used websockets to have live update as players make moves.
The source code is available at GitHub - Logitude/TabonyGames: Website for the game(s) implemented by Charles J. Tabony (Logitude)
The rules are implemented in a separate repo, which I clone into TabonyGames/Nations/nations and import from views.py and consumers.py: (I can only put two links in a post it would seem, so in the above link, just replace TabonyGames with nations.)
Thank you for making something like this possible for a hobbyist programmer!
-Charles