r2dev2 / cryptoduel

A multiplayer cryptogram game where the fastest cryptogram solver wins!
https://r2dev2.github.io/cryptoduel/
GNU Affero General Public License v3.0
18 stars 6 forks source link

Input Accelerators #6

Open r2dev2 opened 1 year ago

r2dev2 commented 1 year ago

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 would be nice to have advanced buttons to do these tasks. I can think of following buttons:

All of the above buttons would be in a panel collapsed by default, preferrably in between the current replacement table and the "next problem" buttons, although this might be subject to change.

r2dev2 commented 1 year ago

Information reference: https://www3.nd.edu/~busiforc/handouts/cryptography/cryptography%20hints.html

r2dev2 commented 1 year ago

Work is being done on https://github.com/r2dev2/cryptoduel/tree/input-accelerator branch. If anyone wants to contribute, please pr to that branch.

r2dev2 commented 1 year ago

clear cipher implemented in https://github.com/r2dev2/cryptoduel/commit/c2106379b31a92e1158dfc63bf1e1ea06ec96e2c