elvaigh / cg-arena

CodingGame arena emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cg-arena

CodingGame arena emulator

This arena is mean to emulate the behavior of an arena for the CodinGame website.

Usage

The arena is a command line program. With this arguments :

-e <engine>

The engine to use for the arena. Not all engine of CodinGame are supported at the moment. Supported engines :

  • tron

-n <games>

Number of games to play. 1 by default.

-t <thread>

Number of thread to spawn. 1 by default.

-pX <command line>

The command line to start the process of the player X (starting with player 1). You must give at least 2 players to the arena.

-v

For debug purpose. The log level will be set to ALL. Prepare to be spammed.

Example of Usage

java -jar cg-arena.jar -e tron -n 50 -t 2 -p1 "./tron1.exe" -p2 "php tron.php" -p3 "java -jar /folder/tron.jar"

About

CodingGame arena emulator

License:GNU General Public License v3.0


Languages

Language:Java 100.0%