A simple Checkers board game, which use Corda blockchain to enforce trust among players https://cordacheckers.djmil.dev
Go to file
djmil 5168e38710 DRAW: request, accept, reject
- tests for draw
- ranking updates, to suuport draw results
- replaca GameCommand.getCounterparty() with
  GameState.getOpponent(myName)
  makes code much readable and maintainable
- uuid check in a contract
- better exception handling in corda flows
2023-10-04 10:51:36 +02:00
backend DRAW: request, accept, reject 2023-10-04 10:51:36 +02:00
corda DRAW: request, accept, reject 2023-10-04 10:51:36 +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