This repository is to host a small collection of websocket games that use the Uchicago Chimera Message format: https://chimera-docs.readthedocs.io/en/latest/reference/message-format.html#game-specific-actions
current idea is to have game urls be at root/games/game_id/?join=match_id
forming a new game and opening a websocket connection when you click a link
and go to the corresponding game home page at root/games/game_id
- eg:
localhost:8000/games/p1wins/
will create a websocket connection and start a new match of p1wins
so the server can then parse they want to join a player 1 wins match with id cool-cats
coolname : generate names with generate_slug(word-count)
every request besides list-games
must have a "params" member