]> Untitled Git - go.git/commit
Added basic controls, refactored database sync (#2)
authorClifton Palmer <clifton.palmer@gmail.com>
Tue, 21 Sep 2021 02:06:48 +0000 (21:06 -0500)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 02:06:48 +0000 (21:06 -0500)
commit1ab140d932b72040eb3b32af2f7fb367b6401805
tree93a6f27ea97bb61cff182e54d7f24150ba3f3b3d
parentc333cf27ccfa279f10a2e5f86f67c3a26b0e2875
Added basic controls, refactored database sync  (#2)

* Updated board with better sync
* Let players choose stones
* Added a clear button that works locally
* Added nginx proxy for websocket port flattening
* Added compose files for prod and test
docker-compose-prod.yml [new file with mode: 0644]
docker-compose.yml
htdocs/go.js
htdocs/index.html
nginx.conf [new file with mode: 0644]
socket/db.js
socket/server.js