-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.cpp
348 lines (287 loc) · 6.86 KB
/
main.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
#include <iostream>
#include<time.h>
#include<stdlib.h>
#include<math.h>
using namespace std;
void printGrid(int grid[5][5]){
for(int i=0;i<5;i++){
for(int j=0;j<5;j++){
if(grid[i][j] == 1 || grid[i][j] == 0)
cout<<grid[i][j]<<" ";
else
cout<<char(grid[i][j])<<" "; //za izpis kvadratkov, X...
}
cout<<endl;
}
}
void printGridInGame(int grid[5][5]){
for(int i=0;i<5;i++){
for(int j=0;j<5;j++){
if(grid[i][j] == 1 || grid[i][j] == 0)
cout<<"?"<<" "; //neznano polje v procesu igre ce je voda ali ladja
else
cout<<char(grid[i][j])<<" "; //izpise polja ki smo jih ze poskusili/zadeli
}
cout<<endl;
}
}
void inputLadja(int grid[5][5]){
int x,y;
cout<<endl<<"Vnesi koodrinate ladjice(vrstica, stolpec): ";
cin>>x>>y;
while(cin.fail()){ //za char input prevention
cout<<endl<<"Koordinate morajo biti v formatu X Y, npr 0 0, 1 1, 2 2...\nVnesi ponovno:";
cin.clear(); //clears cin
cin.ignore(256,'\n'); //clears buffer
cin>>x>>y;
}
while(x>4 || y>4 || x<0 || y<0 ){
cout<<endl<<"Neveljavne koordinate. Vnesi ponovno. ";
cin>>x>>y;
}
while(grid[x][y] == 1){
cout<<endl<<"Mesto je ze polno. Vnesi ponovno. ";
cin>>x>>y;
}
grid[x][y] = 1; //fill spot
printGrid(grid);
}
int randomX(){
return rand()%5;
}
int randomY(){
return rand()%5;
}
void generirajLadje(int grid[5][5]){
int rand_x = randomX();
int rand_y = randomY();
while(grid[rand_x][rand_y] == 1){
int rand_x = randomX();
int rand_y = randomY();
}
grid[rand_x][rand_y] = 1;
}
int checkShip(int a,int b,int grid[5][5]){
if(grid[a][b] == 1) //bi lahko blo boljse ampak deluje
return 1;
else
return 0;
}
int checkIfDifferentUsers(string user1, string user2){
while(user1 == user2){
cout<<"Uporabnika morata imeti razlicna imena! Vnesi ponovno.\n";
cout<<"Ime igralca 1: ";
cin>>user1;
cout<<"\nIme igralca 2: ";
cin>>user2;
}
}
int main()
{
int a,b; //koodrinate za napad
int grid[5][5] = {}; //grid za user1
int grid2[5][5] = {}; //grid za user2
int stLadjic = 5;
bool igra = false;
int player1_ships = stLadjic;
int player2_ships = stLadjic;
srand(time(0));
string user1;
string user2;
int selection;
bool loop = true; //za switch
do{
cout<<"DOBRODOSLI V POTAPLJANJU LADJIC!\n";
cout<<"IZBERITE NACIN IGRE:\n";
cout<<"1. 2 IGRALCA(1V1)\n";
cout<<"2. VS AI(proti racunalniku)\n";
cout<<"----------------------\n";
cin>>selection;
switch(selection){
case 1:{
loop = false;
cout<<"Ime igralca 1: ";
cin>>user1;
cout<<"\nIme igralca 2: ";
cin>>user2;
checkIfDifferentUsers(user1,user2);
system ("CLS");
cout<<"\n\n"<<"Ladje naj vnese "<<user1<<"\n";
for(int i=0;i<stLadjic;i++){
inputLadja(grid);
}
system ("CLS");
cout<<"\n\n"<<"Ladje naj vnese "<<user2<<"\n";
for(int i=0;i<stLadjic;i++){
inputLadja(grid2);
}
igra = true;
system ("CLS");
while(igra){
cout<<user1<<", vnesi koodrinate, ki jih bos napadel!";
cin>>a>>b;
while(a>4 || b>4 || a<0 || b<0){
cout<<endl<<"\nNeveljavne koordinate. Vnesi ponovno. ";
cin>>a>>b;
}
while(grid2[a][b]== 254 || grid2[a][b] == 88){
cout<<"To polje si ze poskusil. Vnesi ponovno: ";
cin>>a>>b;
}
if(checkShip(a,b,grid2) == 1){
cout<<"\nZADETEK\n";
grid2[a][b] = 88; //X
player2_ships--;
}
else{
cout<<"\nZGRESIL SI!\n";
grid2[a][b] = 254; //kvadrat
}
printGridInGame(grid2);
if(player1_ships == 0){
cout<<"\n\n\nZMAGAL JE IGRALEC 2!";
igra = false;
break;
}
if(player2_ships == 0){
cout<<"\n\n\nZMAGAL JE IGRALEC 1!";
igra = false;
break;
}
cout<<"\n"<<user2<<", vnesi koodrinate, ki jih bos napadel!";
cin>>a>>b;
while(a>4 || b>4 || a<0 || b<0){
cout<<endl<<"\nNeveljavne koordinate. Vnesi ponovno. ";
cin>>a>>b;
}
while(grid[a][b]== 254 || grid[a][b] == 88){
cout<<"To polje si ze poskusil. Vnesi ponovno: ";
cin>>a>>b;
}
if(checkShip(a,b,grid) == 1){
cout<<"\nZADETEK!\n";
grid[a][b] = 88; //X
player1_ships--;
}
else{
cout<<"\nZGRESIL SI!\n";
grid[a][b] = 254; //kvadrat
}
printGridInGame(grid);
if(player1_ships == 0){
cout<<"\n\n\nZMAGAL JE IGRALEC 2!";
igra = false;
break;
}
if(player2_ships == 0){
cout<<"\n\n\nZMAGAL JE IGRALEC 1!";
igra = false;
break;
}
}
cout<<"\n\n\nKONCNA POLJA: \n\n\n";
cout<<"X = POTOPLJENA \n";
cout<<char(254)<<" = ZGRESENO \n\n";
cout<<"1 = LADJA \n";
cout<<"0 = VODA \n";
cout<<"\nIgralec 1: \n";
printGrid(grid);
cout<<"\nIgralec 2: \n";
printGrid(grid2);
system("pause");
break;
}
case 2:{
loop = false;
cout<<"Ime igralca: ";
cin>>user1;
system ("CLS");
cout<<"\n\n"<<"Vnesi svoje ladje, "<<user1<<"\n";
for(int i=0;i<stLadjic;i++){
inputLadja(grid);
}
for(int i=0;i<stLadjic;i++){
generirajLadje(grid2);
}
system ("CLS");
igra = true;
while(igra){
cout<<user1<<", vnesi koodrinate, ki jih bos napadel!";
cin>>a>>b;
while(a>4 || b>4 || a<0 || b<0){
cout<<endl<<"\nNeveljavne koordinate. Vnesi ponovno. ";
cin>>a>>b;
}
while(grid2[a][b]== 254 || grid2[a][b] == 88){
cout<<"To polje si ze poskusil. Vnesi ponovno: ";
cin>>a>>b;
}
if(checkShip(a,b,grid2) == 1){
cout<<"\nZADETEK\n";
grid2[a][b] = 88; //X
player2_ships--;
}
else{
cout<<"\nZGRESIL SI!\n";
grid2[a][b] = 254; //kvadrat
}
printGridInGame(grid2);
if(player1_ships == 0){
cout<<"\n\n\nZMAGAL JE RACUNALNIK!";
igra = false;
break;
}
if(player2_ships == 0){
cout<<"\n\n\nZMAGAL JE "<<user1<<"!";
igra = false;
break;
}
a = randomX();
b = randomY();
cout<<"\nRacunalnik napada koodrinate:"<<a<<" "<<b<<"\n";
while(grid[a][b]== 254 || grid[a][b] == 88){
a = randomX();
b = randomY();
}
if(checkShip(a,b,grid) == 1){
cout<<"\nZADETEK!\n";
grid[a][b] = 88; //X
player1_ships--;
}
else{
cout<<"\nRacunalnik je zgresil!\n";
grid[a][b] = 254; //kvadrat
}
printGridInGame(grid);
if(player1_ships == 0){
cout<<"\n\n\nZMAGAL JE RACUNALNIK!";
igra = false;
break;
}
if(player2_ships == 0){
cout<<"\n\n\nZMAGAL JE "<<user1<<"!";
igra = false;
break;
}
}
cout<<"\n\n\nKONCNA POLJA: \n\n\n";
cout<<"X = POTOPLJENA \n";
cout<<char(254)<<" = ZGRESENO \n\n";
cout<<"1 = LADJA \n";
cout<<"0 = VODA \n";
cout<<"\n"<<user1<<": \n";
printGrid(grid);
cout<<"\nRACUNALNIK: \n";
printGrid(grid2);
system("pause");
break;
} //end case 2
default:{
cout<<"Napacen vnos!";
loop = true;
system ("CLS");
}
} //end switch
}
while(loop);
}