|
@ -12,6 +12,13 @@ int Bally = 27; |
|
|
int fieldWidth = 25; |
|
|
int fieldWidth = 25; |
|
|
int fieldHeigth = 30; |
|
|
int fieldHeigth = 30; |
|
|
|
|
|
|
|
|
|
|
|
struct Player |
|
|
|
|
|
{ |
|
|
|
|
|
char Name[50]; |
|
|
|
|
|
int Points; |
|
|
|
|
|
}playerlist[11]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void buildBin(int width, int heigth){ |
|
|
void buildBin(int width, int heigth){ |
|
|
field[width][heigth] = 'V'; |
|
|
field[width][heigth] = 'V'; |
|
|
field[width+1][heigth+1] = '\\'; |
|
|
field[width+1][heigth+1] = '\\'; |
|
|