From: Elijah Cohen Date: Fri, 17 May 2019 03:02:27 +0000 (-0500) Subject: notes, config err X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=ec5aa0fe1defc9caff087be523575019ccb051a2;p=pong_br notes, config err --- diff --git a/NOTES.org b/NOTES.org index 0bca85c..986e634 100644 --- a/NOTES.org +++ b/NOTES.org @@ -1,4 +1,9 @@ +docker ish: +- =docker build -t dpbr .= to build +- =docker run -p 6789:6789 -d dpbr= to run (in bkgd) + + so i'm just realising the bug in the ai code was not translating it by the negative. check the diff in this next commit and the gone line with =translate(center.x, center.y)= should have both =center= pieces negative OKAY diff --git a/server/package.json b/server/package.json index 680bd31..d99549f 100644 --- a/server/package.json +++ b/server/package.json @@ -8,7 +8,7 @@ }, "devDependencies": {}, "scripts": { - "start": "node matchmaker.js" + "start": "node matchmaker.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Elijah Cohen",