void showPlayer(); void setupPlayers(); bool thereIsPlayerInPos(int, int); int nPlayersPlaying(); void updatePlayers(); void firstSetupPlayers(int n); bool areTherePlayersNeaby(int x, int y, int range);