+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
},
"devDependencies": {},
"scripts": {
- "start": "node matchmaker.js"
+ "start": "node matchmaker.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Elijah Cohen",