dreignier / cg-brutaltester

A local arena for codingame multiplayer puzzles
GNU General Public License v3.0
208 stars 45 forks source link

CLI class is outdated #24

Open Azkellas opened 5 years ago

Azkellas commented 5 years ago

The GameRunner class is now abstract, replaced by MultiplayerGameRunner. I updated it here if you want to see. I disabled the refereeInput part ('-d') option. The MultiplayerGameRunner has a setSeed() method that should be enough in most cases, if needed.