# ezbrowsergameserver Ever wanted to make and self-host one of those simple, usually text-based, multiplayer browser games? Me too! And this is a small library to hopefully make that as ez as possible :) ## Getting started Before you do anything, know that `ezbrowsergameserver` isn't a server for your website - it only provides the WebSocket which will be used to keep all your players updated and in sync. If you have python3 installed, you can use the script `examples/server.sh` as a quick no-setup web server running on `0.0.0.0:8080`. For this example, you will use `0.0.0.0:8080/00_min.html`: ```html Min - ezbrowsergameserver

Lobby ID:

``` This will let you create a new lobby or join an existing one by entering its ID in the text input. The `