dreignier / cg-brutaltester

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

swap player positions #6

Closed eulerscheZahl closed 7 years ago

eulerscheZahl commented 7 years ago

It is now possible to swap player positions, if the referee supports it (for an example of a referee, see https://github.com/eulerscheZahl/RefereeCollection/blob/34494294c13f7c96a09f0b984032476e3043af70/Tron/TronReferee.cs#L12-L47). This helps to eliminate randomness of asymmetric maps.

I also added some shameless advertising for my own referees to the readme ;)