Compare commits
3 Commits
cf09c5233a
...
41792a6c82
| Author | SHA1 | Date | |
|---|---|---|---|
| 41792a6c82 | |||
| 0b93b19403 | |||
| 351763da2b |
@ -44,3 +44,7 @@ test: input.o game.o unit_tests.c $(BINARIES)/libunity.a
|
||||
# --------------------------
|
||||
clean:
|
||||
rm -f *.o wordsalad
|
||||
|
||||
|
||||
wordsalad_myversion: main.o input.o game.o graphicalGame.o
|
||||
$(CC) $(CFLAGS) -o wordsalad main.o input.o game.o graphicalGame.o $(BINARIES)/libraylib.a $(LDFLAGS)
|
||||
BIN
I2_Wortsalat/Start_Mac/wordsaladmyversion
Executable file
BIN
I2_Wortsalat/Start_Mac/wordsaladmyversion
Executable file
Binary file not shown.
@ -40,7 +40,7 @@ int main(int argc, char *argv[])
|
||||
if(placedWords == wordCount)
|
||||
{
|
||||
printf("Eingabe war erfolgreich!\nDas Spiel beginnt:");
|
||||
startGame(wordSalad, SALAD_SIZE, words, wordCount, SALAD_SIZE);
|
||||
startGame(wordSalad, SALAD_SIZE, words, wordCount, 800);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user