A simple Checkers board game, which use Corda blockchain to enforce trust among players https://cordacheckers.djmil.dev
Go to file
djmil 959ea0051d Major refactoring
- abstract GameState as a base class for
  + GameProposale
  + GameBoard
  + GameResult

- GameView persepective approach
  as result significant downplay of DTO classes

- single GameCommand
- single transaction Commit flow with dedicated responder
- extensive use of orchestartion code flow pattern
2023-09-21 16:21:58 +02:00
backend Major refactoring 2023-09-21 16:21:58 +02:00
corda Major refactoring 2023-09-21 16:21:58 +02:00
webapp ReactJS: user managment 2023-08-21 18:05:19 +02:00
.gitignore front and back skeleton 2023-08-13 15:31:47 +02:00