Browse Source

Hinzufügen von verfügbaren Leben

main
fdai7172 2 years ago
parent
commit
25f58bf3a0
  1. BIN
      build/artifacts/release/Paper-Bin.out
  2. BIN
      build/release/Paper-Bin.out
  3. BIN
      build/release/out/c/Paper-Bin.o
  4. 4
      src/Paper-Bin.c

BIN
build/artifacts/release/Paper-Bin.out

BIN
build/release/Paper-Bin.out

BIN
build/release/out/c/Paper-Bin.o

4
src/Paper-Bin.c

@ -11,7 +11,7 @@ char field[23][29];
int windForce = 0;
int ScorePoints = 0;
int lifeCount = 3;
int Ballx = -1;
int Bally = 27;
@ -195,7 +195,7 @@ void clearField()
void Generatefield() {
system("clear");
buildBin(BinX, BinY);
if (ScorePoints < 0)
ScorePoints = 0;

Loading…
Cancel
Save