diff --git a/README.md b/README.md index 7e6a64d..f20d995 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,10 @@ Clone the repository. Inside the newly created directory, run `npm install` to i By default, it'll listen to connections on port `8081`; you can change that behaviour by using the `-p` flag (e.g. `node server.js -p 80`). By default, it'll attempt to connect to MongoDB on port `27017`; you can change that behaviour by using the `--mongoPort` flag (e.g. `node server.js --mongoPort 25000`). +## Further documentation + +I have written and will keep writing articles about some development aspects of the game. The full list of existing articles is available [here](http://www.dynetisgames.com/tag/phaser-quest/). + +Here is the detail of the topics covered so far: +- [Clients synchronization](http://www.dynetisgames.com/2017/03/19/client-updates-phaser-quest/) +- [Latency estimation](http://www.dynetisgames.com/2017/03/19/latency-estimation-phaser-quest/)