This commit is contained in:
djmil 2024-11-24 18:30:11 +01:00
parent aa3cab5f08
commit dc8544716c

View File

@ -1,6 +1,6 @@
# Demo # Demo
https://cordacheckers.djmil.dev https://cordacheckers.djmil.dev (currently offline)
Since it is a turn-based board game, to have a complete experience - be sure to use at least two players. There are three LOGINs for you to choose from: Since it is a turn-based board game, to have a complete experience - be sure to use at least two players. There are three LOGINs for you to choose from:
- alice - alice
@ -16,6 +16,7 @@ One important notice though, because it was decided to cut a few corners by dire
Also, the React UI uses 30 sec polling intervals to fetch updated State information from server. If you do not want to wait - you can trigger immediate fetch directly by hands: simply flip online-offline toggle at the top of the screen. It can be seen immediately after big CordaCheckers inscription. Also, the React UI uses 30 sec polling intervals to fetch updated State information from server. If you do not want to wait - you can trigger immediate fetch directly by hands: simply flip online-offline toggle at the top of the screen. It can be seen immediately after big CordaCheckers inscription.
# Source code overview # Source code overview
Check projects [[wiki|https://gitea.djmil.dev/djmil/corda-checkers/wiki]] pages for the architecure oweriview
## Backend ## Backend