Skip to content

Commit

Permalink
Add Deployment and Limitations section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmue committed May 23, 2022
1 parent 18bea47 commit dbe25ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
While sometimes the results are just weird nonsense, often times they can be
the cause of amusement.

### Deployment

Foldgame is basically a simple SPA which opens a WebSocket to a server which
has no knowledge of game mechanics, but just serves as a hub for all incoming
JSON messages. See simple [Go implementation](./wsecho).

### Limitations

Currently, there can be only a single concurrent game on each domain respectively WebSocket server.
Changing that would require implementing some sort of lobby management mechanics.

### Built With

* Vuetify, FontAwesome

0 comments on commit dbe25ec

Please sign in to comment.