KaffeeMaus
|
c29eff6aa4
|
add defenition for the board size
|
11 months ago |
KaffeeMaus
|
6f5ce4501e
|
board initialize added
|
11 months ago |
KaffeeMaus
|
80f56467ef
|
bugfix: no console output during debugging
|
11 months ago |
KaffeeMaus
|
f586530496
|
Merge branch 'dev'
|
11 months ago |
KaffeeMaus
|
9b1a4f2f91
|
Merge branch 'georg' into dev
|
11 months ago |
KaffeeMaus
|
ecc56e88f0
|
Merge branch 'dev' into georg
|
11 months ago |
KaffeeMaus
|
2e183d8260
|
add the tictactoe game to the game collection
|
11 months ago |
KaffeeMaus
|
be2cb960ce
|
changed the command structure and make it global
|
11 months ago |
KaffeeMaus
|
c12ef1337f
|
changed command test execution
|
11 months ago |
KaffeeMaus
|
d9a87d61f7
|
add function for user input
|
11 months ago |
KaffeeMaus
|
4340d64ed3
|
some bugfix and add global vars
|
11 months ago |
KaffeeMaus
|
8bf2d9a607
|
added a user input in the menu
|
11 months ago |
KaffeeMaus
|
84c21acaa7
|
modified the command functions for testing purpose
|
11 months ago |
KaffeeMaus
|
b47ef9c188
|
fixed calculation
|
11 months ago |
KaffeeMaus
|
66aba9dc68
|
added a test case for the command by id caller
|
11 months ago |
KaffeeMaus
|
905f0d21bf
|
added a function that calls commands by their id
|
11 months ago |
KaffeeMaus
|
b7f48f25aa
|
added an id to gameCommands
|
11 months ago |
KaffeeMaus
|
5eacb3f4f0
|
added a onother command
|
11 months ago |
KaffeeMaus
|
1ed3ba3ed6
|
added a test case for the command list creation
|
11 months ago |
KaffeeMaus
|
0516a82cb0
|
added a function that create the command list
|
11 months ago |
KaffeeMaus
|
1d25e84001
|
added commands and their functions
|
11 months ago |
KaffeeMaus
|
77169b7f01
|
Merge branch 'georg' into dev
|
11 months ago |
KaffeeMaus
|
95df898178
|
Merge branch 'dev' into georg
|
11 months ago |
KaffeeMaus
|
04e8045c7c
|
refactoring: typo
|
11 months ago |
KaffeeMaus
|
e52cfccaa0
|
refactoring: handleCommand
|
11 months ago |
KaffeeMaus
|
5dc45b9943
|
added a test case for the command
|
11 months ago |
KaffeeMaus
|
17bdcd90a7
|
added another command
|
11 months ago |
KaffeeMaus
|
f921aaaf1c
|
refactoring: commandHandler
|
11 months ago |
KaffeeMaus
|
de794a0f42
|
added a function that evaluates user input
|
11 months ago |
KaffeeMaus
|
f74e8420bb
|
add a test for the initialization of the game info structure
|
11 months ago |
KaffeeMaus
|
b2938395d1
|
add ga structure that holds the game informations
|
11 months ago |
KaffeeMaus
|
e2f9678cbb
|
rules message added
|
11 months ago |
KaffeeMaus
|
7ffbb05393
|
welcome message added
|
11 months ago |
fdai7472
|
78f23e4622
|
Anlegen der Dateien slot_machine.c, slot_machine.h, test_slot_machine.c
|
11 months ago |
KaffeeMaus
|
6fdccd7ef1
|
add my files
|
11 months ago |
fdai7727
|
a5d14c504d
|
refactoring: Umbenennen der formalen Parameter von drawHangman und noTrysLeft zu verständlicheren Namen
|
11 months ago |
fdai7727
|
e6c9d0dcb6
|
refactoring: Umbenennen der formalen Parameter von changeLetter() zu verständlicheren Name
|
11 months ago |
fdai7727
|
c086500f89
|
refactoring: Umbenennen der formalen Parameter von letterGuessedzu verständlicheren Namen
|
11 months ago |
fdai7727
|
64247b0c52
|
refactoring: Umbenennen der formalen Parameter von wordGuessed() zu verständlicheren Namen
|
11 months ago |
fdai7727
|
516049f1bd
|
Hotfix: Bei Wörtern mit kleinen Buchstaben werden die Buchstaben als klein übernommen
|
11 months ago |
fdai7727
|
396757f477
|
Hinzufügen einer Weiterspielabfrage nach Ende einer Spielrunde
|
11 months ago |
fdai7727
|
43abfa0aa1
|
Erweiterung der Test für getWordFromList für Index über und unter Wortliste + Anpassung im Produktivcode
|
11 months ago |
fdai7727
|
37f32fef2b
|
Erweiterung des Testfall unterschiedlicher Buchstabe bei letterGuessed() um Groß- und Kleinschreibung
|
11 months ago |
fdai7727
|
bd53927ab2
|
Schreiben des Test für unterschiedliche Buchstaben bei letterGuessed()
|
11 months ago |
fdai7727
|
3b7e8d1484
|
Hinzufügen der Tests für noTrysLeft() + Anpassung im Produktivcode
|
11 months ago |
fdai7727
|
2af82e0adc
|
Aufteilen der Abbruchbedingung, sodass bei Eingabe von 0 nicht nochmal Hangman gezeichnet wird + Hinzufügen Abschiedsnachricht
|
11 months ago |
fdai7727
|
eaebe737ca
|
refactoring: Auslagern der Empfangsnachricht aus dem GameLoop in Hangman
|
11 months ago |
fdai7727
|
1e643eb08a
|
Verschieben der define Variablen in die .h-Datei, sodass sie ebenfalls für die Testdatei verfügbar ist
|
11 months ago |
fdai7727
|
3a2ef63aba
|
Erweiterung der Wortliste für Hangman
|
11 months ago |
fdai7727
|
72cd0c6b44
|
Einige kleine Komfortabilitätsänderung
|
11 months ago |