Merge pull request 'main' (#2) from zimmersa/simonsays_2425:main into main
Reviewed-on: #2
This commit is contained in:
commit
d0afb032e2
2 changed files with 19 additions and 2 deletions
8
SimonSaysProgramm/.theia/launch.json
Normal file
8
SimonSaysProgramm/.theia/launch.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
]
|
||||
}
|
|
@ -36,7 +36,6 @@ void loop() {
|
|||
//Gruppe 1 start ===============================================================================
|
||||
|
||||
|
||||
|
||||
//Gruppe 1 ende ================================================================================
|
||||
break;
|
||||
case 1: // Ausgabe aktuelle Runde
|
||||
|
@ -59,6 +58,11 @@ void loop() {
|
|||
case 3: // Vergleich Eingabe/Ausgabe
|
||||
//Gruppe 4 start ===============================================================================
|
||||
|
||||
//Samuel Zimmerer
|
||||
//Jan Fink
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//Gruppe 4 ende ================================================================================
|
||||
|
@ -66,8 +70,13 @@ void loop() {
|
|||
case 4: // geschafft, Runde hochzählen und auf Display ausgeben
|
||||
//Gruppe 5 start ===============================================================================
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Louay Aouadi
|
||||
|
||||
|
||||
//Gruppe 5 ende ================================================================================
|
||||
break;
|
||||
case 5: // verloren
|
||||
|
@ -78,4 +87,4 @@ void loop() {
|
|||
//Gruppe 6 ende ================================================================================
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue