FPS: --

Configuration

0
0
0 px
0%

Statistics

Frame Rate (FPS): --
Active Turmites: 0
Total Steps Taken: 0
Painted Cells: 0

Help & About

Project: Interactive Turmites

This is a pure JavaScript simulation of "turmites," a type of 2D Turing machine on a grid. Unlike a simple Turing machine, a turmite can turn in multiple directions. They follow a simple set of rules that can lead to incredibly complex, beautiful, and emergent behavior.

The core interaction is your click: it creates a shockwave and spawns a burst of new turmites, letting you "paint" with computational life.

Configuration

URL Parameters

You can customize the page by adding parameters to the URL:

Technical Specs

Changelog & AI Context

This document was generated by a large language model based on a user's prompt. Future agents modifying this code should know the original goals were focused on visual flair, interactivity, and self-containment in a single file.

Initial Creation (2023-10-27):

Original user prompt:

Let's write an interactive, beautiful, informative turmites simulation as a single page in html, css, and javascript. Let's not use any external libraries. I want it to be highly interactive, colorful, informative, and beautiful. Really juice the visuals. The user's click on the canvas should always be the most important and interesting interaction. Let's use a dark theme, and let's have an optional url parameter "hue" that we use to generate a color scheme. I want the page to take any number of optional "header" and "subheader" url parameters for displaying as text on the canvas. I want the canvas to be full screen, with all configuration and stats behind toggle-able overlays. I want lots of slick animations, and for the action to begin as soon as the page loads. I want it to work well on both desktop and mobile. I want it display the frame rate. I want a help overlay that includes (but is not limited to) a description of this project, documentation for all configuration, specs, any additional context that would be useful for agents modifying this in the future, and a detailed change log including this entire prompt.