September 22, 2025
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 = ...
June 15, 2024
Automata simulator based off of a ruleset from the game “Cookie Clicker.” Simple, but allows for logic gates.
December 9, 2023
Working Engima Machine recreation in JavaScript. Was originally built for a National History Day project.