done????????????????

This commit is contained in:
jude 2023-05-01 14:44:31 +01:00
parent 6d83ccfb5b
commit 4a2c9233c3

View File

@ -33,7 +33,16 @@ responding, but just wait and it'll be fine eventually. If not, short-circuit th
`generate_safe_prime` function in `random_primes.js` to just return a normal prime `generate_safe_prime` function in `random_primes.js` to just return a normal prime
(there is a comment on the conditional that needs to be removed). (there is a comment on the conditional that needs to be removed).
### Playing the game ## Playing the game
1. Open the game in two separate tabs 1. Open the game in two separate tabs
2. Press "Ready" on both tabs once they are fully loaded 2. Press "Ready" on both tabs once they are fully loaded
## Implementation bugs
* When attacking, the units are not subtracted from the attacking region correctly.
* Some proofs are not verified.
* Proof of the ciphertext used when claiming.
* Proof of the ciphertext used when capturing.
* The win condition is not checked.
* Not thoroughly tested on over 2 players.