Langton's Ant Visualisation Langton's ant is a two-dimensional universal Turing machine with a very simple set of rules but complex emergent behavior. Learn more here Try demo in your browser Useful commands Development $ npm install $ npm run dev visit http://localhost:5090 in your browser Build $ npm run build