Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
ss0201 committed Jul 28, 2014
1 parent c8100e9 commit 0bb9560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ AI Lovers スターターパッケージ

実行にはJava1.6以降が必要です。

スターターパッケージのディレクトリでコンソールを開き、以下のコマンドでAI Loversを実行すると、サンプルAIプログラム同士の対戦が行われます
スターターパッケージのディレクトリでコンソールを開き、以下のコマンドでAI Loversを実行すると、デフォルトAIプログラム同士の対戦が行われます
対戦のログはコンソールに出力されるほか、スターターパッケージディレクトリ下のlog.txtにも出力されます。

java -jar AILovers.jar

自分のAIを対戦させるには、以下のように-aオプションでAIプログラムの実行コマンドを指定します。-wオプションでワーキングディレクトリを指定できます。
対戦相手にはデフォルトAIが使用されます。

java -jar AILovers.jar -a "java SampleAI" -w "./SampleAI/Java"

Expand Down

0 comments on commit 0bb9560

Please sign in to comment.