Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Mix players' and AIs' positions better #191

Closed maciej-pomykala closed 2 years ago

maciej-pomykala commented 2 years ago

Achieve the following:

  1. Maximise the distances between the positions of the AIs (spread them out);
  2. Make AIs positioned alphabetically (no shuffling of AIs); and
  3. Make sure that sometimes a human starts and sometimes an AI does.

Here's a proposed algorithm for that:

create-issue-branch[bot] commented 2 years ago

Branch issue-191-Mix_players_and_AIs_positions_better created!