i've tried similar command than the readme one :
$ java -jar ../cg-brutaltester-1.0.0.jar \
-r "java --add-opens java.base/java.lang=ALL-UNNAMED -jar -Dleague.level=5 target/winter-2024-sprawl-1.0-SNAPSHOT.jar" \
-p1 "node myAI.js" \
-p2 "bun myAI.ts" \
-s \
-t 4 \
-l logs \
-n 1
but it fail ReferenceError: Can't find variable: readline in the logs.
We are talking about it here : #49
it look it's about stdin listening issue.
Is there a good way to use cg-brutaltester with javascript or typescript code ?
i've tried similar command than the readme one :
but it fail
ReferenceError: Can't find variable: readlinein the logs.We are talking about it here : #49
it look it's about stdin listening issue.
Is there a good way to use cg-brutaltester with javascript or typescript code ?