Skip to content
GitLab
Explore
Sign in
Commits · 9379e444fd80672dc3f0e9b4bd43faa04d02399d
2025-pb162-seminar-project
Browse files
Mar 18, 2025
Edit: Bug, with move() function where the color was wrong, Add: Javadoc
· 9379e444
Jan Němec
authored
Mar 18, 2025
9379e444
Add: toString() method for Board, to print out current state of a game. Also...
· b0dcd4f8
Jan Němec
authored
Mar 18, 2025
b0dcd4f8
Add: in Game class implemented the play() function
· d89412e7
Jan Němec
authored
Mar 18, 2025
d89412e7
Mar 17, 2025
Add: Initialization for play() function in Game class and getInputFromPlayer() method
· 2838c1f5
Jan Němec
authored
Mar 17, 2025
2838c1f5
Add: the Game class is not abstract, added abstract updateStatus() method and...
· 462d78e3
Jan Němec
authored
Mar 17, 2025
462d78e3
Add: piece can now promote (depending if its a chess game or draught game) when move() is called
· 3555f093
Jan Němec
authored
Mar 17, 2025
3555f093
Merge branch 'iteration-04' of
https://gitlab.fi.muni.cz/pb162/2025-pb162-seminar-project
· e99419e0
Jan Němec
authored
Mar 17, 2025
e99419e0
Mar 16, 2025
Merge branch 'iteration-03-impl' into 'main'
· d0068558
Jan Němec
authored
Mar 16, 2025
d0068558
Fix: Merge request comments
· f59e5634
Jan Němec
authored
Mar 16, 2025
f59e5634
Mar 14, 2025
Initial commit
· cce71c56
Radek Ošlejšek
authored
Mar 14, 2025
cce71c56
Mar 13, 2025
Fix: makeCLone() in Prototype was not returning the right value type
· 75fb3736
Jan Němec
authored
Mar 13, 2025
75fb3736
Mar 11, 2025
code with an error, where in Piece class there is for some reason too much...
· 3e4bb00e
Jan Němec
authored
Mar 11, 2025
3e4bb00e
testing
· d24ed654
Jan Němec
authored
Mar 11, 2025
d24ed654
Fix: in Game class the getCurrentPlayer method was not working correctly
· b9ee7854
Jan Němec
authored
Mar 11, 2025
b9ee7854
Edit: StateOfGame values and Add: stateOfGame atribute to Game class
· 9574534c
Jan Němec
authored
Mar 11, 2025
9574534c
Add: missing javadoc
· 815210ca
Jan Němec
authored
Mar 11, 2025
815210ca
Add: Playable interface for Game class, also made code work for this interface...
· b8736af3
Jan Němec
authored
Mar 11, 2025
b8736af3
Mar 10, 2025
Add: Chess and Draughts types of Game
· eaeb8370
Jan Němec
authored
Mar 10, 2025
eaeb8370
Add: Prototype interface and Edit: Piece class
· 1c761cd2
Jan Němec
authored
Mar 10, 2025
1c761cd2
Add: class Game, that represents the gameplay of two players, and enum StateOfGame
· 93f819b4
Jan Němec
authored
Mar 10, 2025
93f819b4
Merge branch 'iteration-03' of
https://gitlab.fi.muni.cz/pb162/2025-pb162-seminar-project
· 3be1c06a
Jan Němec
authored
Mar 10, 2025
3be1c06a
Merge branch 'iteration-02-impl' into 'main'
· 41c6946b
Jan Němec
authored
Mar 10, 2025
41c6946b
Add: as requested in merge request
· ad027b4a
Jan Němec
authored
Mar 10, 2025
ad027b4a
Initial commit
· c1c38a0d
Radek Ošlejšek
authored
Mar 10, 2025
c1c38a0d
Mar 04, 2025
Edit: removed getters/setters from records and in Board class transformed...
· a9a7c368
Jan Němec
authored
Mar 04, 2025
a9a7c368
Edit: Removed PieceId class, id should work fine now + commented out wrong test for main
· 75e300a2
Jan Němec
authored
Mar 04, 2025
75e300a2
Edit: in Piece there was too many atributes, so counter was made a singleton
· 7c922705
Jan Němec
authored
Mar 04, 2025
7c922705
Mar 03, 2025
Addition: javadoc
· 78704ed3
Jan Němec
authored
Mar 03, 2025
78704ed3
TEST: commit to see if my local branch works properly
· 36d3666f
Jan Němec
authored
Mar 03, 2025
36d3666f
Addition: code by instructins in main
· 85ea97f4
Jan Němec
authored
Mar 03, 2025
85ea97f4
Addition: in Board method findCoordinatesOfPieceById and added getter for id in piece
· acc9d102
Jan Němec
authored
Mar 03, 2025
acc9d102
Addition: ID into Piece class
· 4c2e7354
Jan Němec
authored
Mar 03, 2025
4c2e7354
Edit: Board has constructor for classic (8x8) board and Position has constant for 'a'
· 63518ef7
Jan Němec
authored
Mar 03, 2025
63518ef7
Edit: Position class into Position record, and add() method
· 095682d4
Jan Němec
authored
Mar 03, 2025
095682d4
Edit: Player class into Player record and added ToString() method
· a317981c
Jan Němec
authored
Mar 03, 2025
a317981c
Edit: Piece class, piece has color and pieceType and getters
· b0f7f80a
Jan Němec
authored
Mar 03, 2025
b0f7f80a
Addition: enum Color
· c33acdc3
Jan Němec
authored
Mar 03, 2025
c33acdc3
Addition: enum PieceType
· fbb17176
Jan Němec
authored
Mar 03, 2025
fbb17176
Merge branch 'iteration-02' of
https://gitlab.fi.muni.cz/pb162/2025-pb162-seminar-project
· 7d7c1e02
Jan Němec
authored
Mar 03, 2025
7d7c1e02
Edit README.md
· 7802b254
Luděk Bártek
authored
Mar 03, 2025
7802b254
Loading