Hexagonal Langton's Ants

Hexagonal Langton's Ants

September 22, 2025

#Cellular Automata

Langton's Ant Simulation Enter comma-separated rules (max 7). Examples: L1,L2,R1,R2,N,U (() => { const canvas = document.getElementById("ant-sim"); const ctx = ...

Cookie Automata

Cookie Automata

June 15, 2024

#Cellular Automata

Automata simulator based off of a ruleset from the game “Cookie Clicker.” Simple, but allows for logic gates.

Engima Machine

Engima Machine

December 9, 2023

#Cipher

Working Engima Machine recreation in JavaScript. Was originally built for a National History Day project.