How to play manually

Hey guys do we have a way to play manually?

Example playing as a Human against A.I.?

My best bet was to make a bot , which writes nothing to a file and then quickly overwrite it before the wait time expires.

Could we get something in next round to help us with this?

In config.json, use “console”:

{
“round-state-output-location”: “./tower-defence-matches”,
“game-config-file-location”: “./game-config.properties”,
“max-runtime-ms”: 2000,
“verbose-mode”: true,
“player-a”: “./my-bots/java”,
“player-b”: “console”
}

2 Likes

This topic was automatically closed after 3 days. New replies are no longer allowed.