- Joined on Dec 27, 2021
fdai6168 pushed to development at fdai6281/CliArcadeService
- 11942d6b5b Changed Snapshot version to 0.2.0 for release
3 years ago
fdai6168 pushed to development at fdai6281/CliArcadeService
- a98367671d Added chess game to App
- c897f8ded4 Merge branch 'feature-chess' into development
- 4ef75e249b Fixed bug for Queen with negative values
- 17a1d25543 Added whole method with test, Combines all separate units of the Chess class
- 2eebbbd4ce Added resetGame for resetting whole game
- Compare 23 commits »
3 years ago
fdai6168 pushed to feature-chess at fdai6281/CliArcadeService
- 4ef75e249b Fixed bug for Queen with negative values
- 17a1d25543 Added whole method with test, Combines all separate units of the Chess class
- 2eebbbd4ce Added resetGame for resetting whole game
- 48e989cbc2 Added lastFeedback functionality for later use
- 8eeeb84301 Added getUpdatedOutputBoard
- Compare 20 commits »
3 years ago
fdai6168 pushed to development at fdai6281/CliArcadeService
- df4b88d827 Merge branch 'feature-game' into development
- 657953f190 added Tic Tac Toe game loop and finished attribute to Game
- b704539e86 added getCurrentState method for Board class with tests for detecting winner, draw or not finished game
- c6f77554bb added static method convertSimpleToState to Board class with test
- 9560dfb178 Added setCellState to class Board with test
- Compare 12 commits »
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 657953f190 added Tic Tac Toe game loop and finished attribute to Game
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- b704539e86 added getCurrentState method for Board class with tests for detecting winner, draw or not finished game
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- c6f77554bb added static method convertSimpleToState to Board class with test
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 9560dfb178 Added setCellState to class Board with test
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 0846812330 added equals method for Board with test
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 289a1f90a1 refactoring: created Board class for better object orientation and extracted functionality from Tictactoe to board with tests
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 711f610c54 added write board function for TicTacToe
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 9c7bedcd7c changed interface Game to abstract class for better object orientation
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 03628a0e1f Game TTT added Board creation
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- f58cbf0a2e Game Interface TTT getStatedChar Method
3 years ago
fdai6168 pushed to feature-game at fdai6281/CliArcadeService
- 9a6e8f1af4 Added Gameinterface with TTT class and printTest
3 years ago