From 06344ab92a1bc1aa6cce6545320ce29a921b8960 Mon Sep 17 00:00:00 2001 From: hossi13 Date: Tue, 28 Mar 2017 12:39:19 +0430 Subject: [PATCH] Update README.md just edited the run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c23e003..8650991 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To compile (Linux): To run: cd [project folder] - java -cp bin com.theaigames.blockbattle.Blockbattle [your bot1] [your bot2] 2>err.txt 1>out.txt + java -cp bin com.theaigames.tictactoe.Tictactoe [your bot1] [your bot2] 2>err.txt 1>out.txt [your bot1] and [your bot2] could be any command for running a bot process. For instance "java -cp /home/dev/starterbot/bin/ main.BotStarter" or "node /home/user/bot/Bot.js"