27 Commits

Author SHA1 Message Date
Fabian505
9fb66b6755 Darstellung der Menüs größten Teils umgesetzt; Navigation noch sehr buggy; Einige Features muessen noch umgesetzt werden (siehe README) 2025-01-15 04:04:08 +01:00
6127e4cf37 Refactor Visualizer, Add CommandVisualizer 2025-01-14 17:27:20 +01:00
Fabian505
8636bcfb0c push all changes for work 2025-01-14 06:13:47 +01:00
Fabian505
b4c2f84ea0 Provisorisches Padding wieder eingefügt 2025-01-11 14:31:47 +01:00
Fabian505
c9f83c396f Implement first displays of new elements (StartMenu and Historie) 2025-01-11 13:55:50 +01:00
Fabian505
85d22b4736 Add first version of start menu (not functional) 2025-01-11 05:09:19 +01:00
Fabian505
e24ebcfc0b Move Start Board from main.cpp to Chessboard.cpp/.hpp and add method to initilize any board from given set 2025-01-10 17:00:08 +01:00
1a6e52d52a
chessboard removes all chess pieces after usage 2025-01-07 23:37:37 +01:00
2c8e62fef0
check, checkmate, stalemate 2025-01-07 20:28:16 +01:00
Sebastian Brosch
1c6baca895
improved symbols and detection of chess pieces 2025-01-06 12:18:25 +01:00
Sebastian Brosch
06706ff640
added player and turn order using the player objects 2025-01-05 21:33:09 +01:00
Sebastian Brosch
074cbef775
added graphical chessboard 2025-01-04 15:48:04 +01:00
Sebastian Brosch
c7cb4b3fcb
output of chessboard as text 2025-01-04 14:35:28 +01:00
Sebastian Brosch
3be8e2170b
basic movement with new chesspiece classes and new chessboard 2025-01-04 12:43:24 +01:00
Sebastian Brosch
ee712b65e1
added symbol for algebraic notation 2024-12-31 13:51:59 +01:00
Sebastian Brosch
7ac5c940be
added chesspieces with basic methods and demo 2024-12-31 13:26:55 +01:00
Sebastian Brosch
ba29fc51d8
player order and movement history (internal) 2024-12-30 23:27:57 +01:00
Sebastian Brosch
0b5ce02c40
basic save and load of game state 2024-12-29 17:33:57 +01:00
8402e0f1b0 Kleine Änderung 2024-12-20 11:19:33 +01:00
dc31b31f4b Nutzloser Header Scheiß´hinzugefügt. Like WTF!? 2024-12-20 02:06:12 +01:00
390ebb597e Create parent class for pieces and change board source from int to char 2024-12-19 00:05:13 +01:00
e26a7e4927 Add first iteration of primitiv working move method 2024-12-18 23:12:48 +01:00
95bc2a3f3c Move draw method to new class file; Add Utils class 2024-12-18 20:26:28 +01:00
41803c5ef3 Wieder recht close an gut, aber immer noch keine schöne Darstellung des Spielbretts 2024-12-13 02:44:59 +01:00
705c505982 Maybe a way to really display the board 2024-12-13 02:31:59 +01:00
ba2c25710e Kill me 2024-12-13 00:10:48 +01:00
8e1b9916b3 Erste grobe Beschreibung der Anforderungen 2024-12-12 21:42:23 +01:00