]> git.eli173.com Git - pong_br/commitdiff
notes, config err
authorElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 03:02:27 +0000 (22:02 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 03:02:27 +0000 (22:02 -0500)
NOTES.org
server/package.json

index 0bca85c714d4b84065212e9f20a1f730a705dc41..986e6349f470ce3ef0bf8b0aa28444a516a84d5a 100644 (file)
--- 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
index 680bd314e4fac6b93c7dd3afae597b3cf54041eb..d99549f4db705929715be8b1c6feca4e632b1002 100644 (file)
@@ -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",