Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyarms committed Dec 28, 2024
2 parents 5671fba + a1d7709 commit 302d105
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

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

## Features

- Calculate all 126 Tic Tac Toe permutations for 5 Os and 4 Xs.
- Reduce the set to 34 unique patterns by accounting for rotational symmetry.
- Visualize patterns interactively with filtering functionality.
Built in a response to wondering if you could use a tic-tac-toe board as a cypher.

## Repository Structure

- `notebooks/`: Jupyter notebook for calculating and exploring patterns.
- `scripts/`: Python scripts for generating and filtering patterns.
- `frontend/`: HTML, CSS, and JavaScript files for the interactive visualization.
- `.github/`: Workflow for GitHub Pages deployment.
- `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.

0 comments on commit 302d105

Please sign in to comment.