Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 449 Bytes

TTT Cipher

A Tic-Tac-Toe Cipher and accompanying Python code and reference visualization.

Built in a response to wondering if you could use a tic-tac-toe board as a cipher.

Repository Structure

  • notebooks/: Jupyter notebook that explains calculating and identifying unique patterns.
  • scripts/: Python script for generating and filtering unique patterns.
  • docs/: HTML, CSS, and JavaScript files for the interactive visualization.