Commit Graph

  • c87b847603 File Team.md updated main cloned-at-2023-02-11 rating/main origin/main origin/HEAD fdai6040 2023-02-10 20:32:52 +0100
  • bf33d3c344 Merge remote-tracking branch 'origin/main' fdai6040 2023-02-10 20:31:45 +0100
  • 50575d3b14 File Team.md updated fdai6040 2023-02-10 20:29:43 +0100
  • 1cf003fc27 from binaray to int and then from int to binary again... works test complete fdai6499 2023-02-10 13:50:12 +0100
  • c8314a1694 int to binary test fdai6499 2023-02-10 13:47:00 +0100
  • 0674523ee0 binary to int test fdai6499 2023-02-10 13:45:13 +0100
  • 6db654459d binary to int fdai6499 2023-02-10 13:40:33 +0100
  • 8e20d43e04 new ntoi function fdai6499 2023-02-10 13:18:44 +0100
  • cba795e1fa recursive fibonacci implemented in TasksFrame fdai6499 2023-02-09 21:32:45 +0100
  • c87fcc8bdb added gui controll or back button fdai6499 2023-02-09 20:50:25 +0100
  • 7298ff72bc refactor: test_history() change fdai6499 2023-02-09 20:44:38 +0100
  • 2ea7e38e0b added the possibility to save history in sudoku, now we can implement back button to go back and forward in game history fdai6499 2023-02-09 20:37:58 +0100
  • 1777680a29 Merge remote-tracking branch 'origin/develop' fdai6499 2023-02-10 13:52:12 +0100
  • a706b8377b from binaray to int and then from int to binary again... works test complete fdai6499 2023-02-10 13:50:12 +0100
  • e9a594a1a9 int to binary test fdai6499 2023-02-10 13:47:00 +0100
  • e59ba19b9c binary to int test fdai6499 2023-02-10 13:45:13 +0100
  • 64ed383fe3 binary to int fdai6499 2023-02-10 13:40:33 +0100
  • 23d03640e7 new ntoi function fdai6499 2023-02-10 13:18:44 +0100
  • c8217ef777 Gewinn und Verlustrechnung mit Eingaben und Ausgaben origin/develop fdai7460 2023-02-09 23:06:55 +0100
  • 85d338bf94 recursive fibonacci implemented in TasksFrame fdai6499 2023-02-09 21:32:45 +0100
  • dfa6bbd0ad Ertraege Funktion + Test fdai7460 2023-02-09 20:53:15 +0100
  • 2c458a625c added gui controll or back button fdai6499 2023-02-09 20:50:25 +0100
  • a9bafe18ac Aufwendungen Funktion + Test fdai7460 2023-02-09 20:48:27 +0100
  • 05b4ceec56 refactor: test_history() change fdai6499 2023-02-09 20:44:38 +0100
  • a6ef09265c Gewinn und Verlust Rechnung GUI fdai7460 2023-02-09 20:43:03 +0100
  • f931a52dc0 added the possibility to save history in sudoku, now we can implement back button to go back and forward in game history fdai6499 2023-02-09 20:37:58 +0100
  • 6d783bcc96 3-te Binomische Formel GUI + Ausgabe fdai7460 2023-02-09 19:35:44 +0100
  • a70ed77d06 3-te Binomische Formel Funktion + Test fdai7460 2023-02-09 19:24:18 +0100
  • 91916b0578 2-te Binomische Formel GUI +Ausgabe fdai7460 2023-02-09 19:20:21 +0100
  • 00918666dd 2-te Binomische Formel Funktion + Test fdai7460 2023-02-09 19:13:43 +0100
  • 74962dde7d Binomische Formel mit Ausgabe fdai7460 2023-02-09 19:09:16 +0100
  • a28d1bf110 Binomische Formel GUI fdai7460 2023-02-09 18:47:14 +0100
  • e4fedff499 Binomische Formel + Test fdai7460 2023-02-09 18:28:41 +0100
  • 6f6679fd4c Test "Text reverse" added fdai6040 2023-02-07 19:41:04 +0100
  • 7a7ba3d124 new Task "Text reverse" added fdai6040 2023-02-07 19:34:34 +0100
  • b52a343ace TicTacToeGame String values were compared using '==', replaced it with 'equals()' method fdai6040 2023-02-07 14:29:24 +0100
  • d8b12be6b2 Test "Kreisumfang" and method kreisUmfang from private to public changed fdai6040 2023-02-07 13:01:03 +0100
  • 7bddcb7388 new Task "Kreisumfang" to unsere kleine Tasks Frame added fdai6040 2023-02-07 12:52:20 +0100
  • e70030b0d5 TicTacToeGame message game over changed to "you lost" fdai6040 2023-02-07 12:41:19 +0100
  • 4525573f3f Test the method gameOver fdai6040 2023-02-07 12:36:51 +0100
  • 555f0a78b6 Test the method startGame fdai6040 2023-02-07 11:58:46 +0100
  • fbf374f600 Tic Tac Toe created method to restart or exit game, if game over fdai6040 2023-02-07 11:54:16 +0100
  • d178e5af58 Tic Tac Toe updated chek method to print "Game Draw", if chance_flag 9 fdai6040 2023-02-07 11:41:17 +0100
  • 4d46870cb8 Tic Tac Toe updated chek method to chek value 0 of buttons 6-7-8 fdai6040 2023-02-07 11:32:53 +0100
  • b5232df2d2 Tic Tac Toe updated chek method to chek value 0 of buttons 2-5-8 and 3-4-5 fdai6040 2023-02-07 11:18:39 +0100
  • 55ce78fab6 Tic Tac Toe updated 0Win method to print that Player 0 wins fdai6040 2023-02-07 11:06:00 +0100
  • 05def41195 Tic Tac Toe update chek method for buttons 2-4-6 if 0 wins fdai6040 2023-02-07 10:52:50 +0100
  • 3ca90c9c37 Tic Tac Toe update chek method for buttons 0-4-8 1-4-7 if 0 wins fdai6040 2023-02-07 10:50:45 +0100
  • 9073442a2f Tic Tac Toe update chek method for buttons 0-6 if 0 wins fdai6040 2023-02-07 10:45:38 +0100
  • 6834a8d805 Tic Tac Toe created method if player 0 wins fdai6040 2023-02-07 10:41:06 +0100
  • 6e7a1e08d6 Tic Tac Toe updating method to chek btn 3-8 fdai6040 2023-02-07 10:30:44 +0100
  • c00f2d71db Tic Tac Toe updating method chek fdai6040 2023-02-07 10:22:54 +0100
  • 21b222f388 Tic Tac Toe updating method chek fdai6040 2023-02-07 10:09:44 +0100
  • 4d2b578606 Tic Tac Toe creating method if player x wins fdai6040 2023-02-07 10:07:07 +0100
  • 63972dbe1f Tic Tac Toe creating method for checking winner fdai6040 2023-02-07 10:02:02 +0100
  • 73d88c7e7f Tic Tac Toe creating method for action after every turn fdai6040 2023-02-07 00:51:19 +0100
  • 08f11d684c Tic Tac Toe creating method to start the game fdai6040 2023-02-07 00:36:11 +0100
  • c0fc5cfb68 Tic Tac Toe grid/buttons added and changed color of title textfield fdai6040 2023-02-07 00:24:42 +0100
  • 3f762280ce New TicTacToeGame Class added fdai6040 2023-02-07 00:15:01 +0100
  • 5272553b50 Test average added fdai6040 2023-02-06 23:14:13 +0100
  • 6254cee380 new task "Durchschnitt" added fdai6040 2023-02-06 23:06:42 +0100
  • 9640cf079a Steuer Berechner mit Ausgabe von 7% und 19% fdai7460 2023-02-06 21:17:27 +0100
  • 4e45ee24a5 Steuer Berechner mit Ausgabe fdai7460 2023-02-06 21:12:05 +0100
  • 57ca08e1fb Steuer 7% Berechner fdai7460 2023-02-06 18:50:46 +0100
  • c27bfcc3fc Steuer 19% Berechner fdai7460 2023-02-06 18:43:41 +0100
  • a6924a4707 Umrechner von Celsius nach Kelvin fdai7460 2023-02-06 17:57:47 +0100
  • 2c668c31c7 Temperatur Umrechner fdai7460 2023-02-06 17:11:44 +0100
  • 001f915482 Extention of the Button faku in setupFakultaet fdai7460 2023-02-06 15:52:18 +0100
  • 2ceeb69fb8 create file for tests fdai7460 2023-02-06 11:08:26 +0100
  • dffbb00f90 Fakultaet Rechner fdai7460 2023-02-06 10:28:43 +0100
  • d09f0c42fa Fakultaet rechner mit Test fdai7460 2023-02-06 10:15:12 +0100
  • b942db1070 Zahl Pi Rechner fdai7460 2023-02-06 08:51:22 +0100
  • d503e1f38c Text Buttons fdai7460 2023-02-06 08:40:39 +0100
  • 424bdc0be3 Merge remote-tracking branch 'origin/develop' into develop fdai7460 2023-02-04 16:07:07 +0100
  • 1006cb7968 Test "Potenzrechner" fdai6040 2023-02-03 13:39:45 +0100
  • 74a8e4d17b New task "Potenzrechner" added fdai6040 2023-02-03 13:02:07 +0100
  • 198c44391d New task "Datum" added fdai6040 2023-02-03 12:00:48 +0100
  • b028f8100a BMI Wert auf Zwei Nachkommastellen abrunden + Test "BMI" fdai6040 2023-02-03 01:38:22 +0100
  • 9c86b741e4 New task "BMI" added fdai6040 2023-02-03 01:19:33 +0100
  • e70d6ccfd2 Test "Dezimal nach binär" fdai6040 2023-02-02 16:49:43 +0100
  • 52b884d4b6 new Task "Dezimal nach binär" added fdai6040 2023-02-02 16:42:58 +0100
  • ada2f09bce Font style changed to bold fdai6040 2023-02-02 16:20:36 +0100
  • 3747c932f4 Merge remote-tracking branch 'origin/develop' into develop fdai6040 2023-02-02 15:25:03 +0100
  • 0be46f95e6 JTextField font style changed fdai6040 2023-02-02 15:23:48 +0100
  • d9a76e75ba Merge remote-tracking branch 'origin/develop' into develop fdai6499 2023-02-02 15:20:06 +0100
  • 765893f084 refactorings and it is npos possible to create a new game at sandbox and then load them with the menu bar load new game for all difficulties. its even possible to walk through the games of that difficulty with next button. this button is queuing fdai6499 2023-02-02 15:19:59 +0100
  • 3354991368 Merge remote-tracking branch 'origin/develop' into develop fdai6040 2023-02-02 14:33:00 +0100
  • 564f01f70a Farbe von Buttons geändert fdai6040 2023-02-02 14:32:44 +0100
  • 94620028f2 Merge remote-tracking branch 'origin/develop' into develop fdai6499 2023-02-02 14:28:44 +0100
  • f7eff66f44 load a easy game to the gamefield fdai6499 2023-02-02 14:28:37 +0100
  • b94c310149 Round10 Function Test fdai6040 2023-02-02 14:01:11 +0100
  • d2d33a3df0 Merge remote-tracking branch 'origin/develop' into develop fdai6040 2023-02-02 13:56:08 +0100
  • 1e1b628443 Round Sum Test fdai6040 2023-02-02 13:55:48 +0100
  • 3ed73ba6e8 Merge remote-tracking branch 'origin/develop' into develop fdai6499 2023-02-02 13:55:02 +0100
  • 4c28357060 its now possible to create a new game in sandbox whicht will be saved in our sudoku.json file fdai6499 2023-02-02 13:54:52 +0100
  • a939b97992 Runde Summe Function added, die die Summe der auf Zehner gerundeten Werte von a, b und c zurückgibt fdai6040 2023-02-02 13:48:33 +0100
  • 1fb4d1648c kgV Test fdai6040 2023-02-02 12:53:27 +0100
  • 3ba98ddd3b added deleted test back to project fdai6499 2023-02-02 12:46:35 +0100
  • 3a16e21114 Merge remote-tracking branch 'origin/develop' into develop fdai6499 2023-02-02 12:40:11 +0100
  • 6371f82240 wrote sandbox fdai6499 2023-02-02 12:39:27 +0100