cryptoduel
cryptoduel copied to clipboard
A multiplayer cryptogram game where the fastest cryptogram solver wins!
- [ ] auto-nominate another host if the host disconnects - [ ] player should re-join if disconnected
When inputting characters into cryptoduel, there are many repetitive tasks, such as: clearing all input, guessing based on `etaoinshrdlu`, and calculating frequencies of initial and final letters of words. It...
Need tests that test out the network connectivity of cryptoduel every day as peerjs sometimes stops working.