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 |
|
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
|
b168809158
|
just draw the current board
|
2024-12-30 23:09:49 +01:00 |
|
Sebastian Brosch
|
2eb3b3ddc1
|
basic movement for all chesspieces - simple game possible
|
2024-12-30 23:05:40 +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 |
|
|
b90a60e877
|
Change board defintion from vector<vector<int>> to vector<vector<char>> for better compatibility with chesspiece.cpp
|
2024-12-19 14:18:50 +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 |
|