STEAM_WORKSHOP creator
Seraphaestus
3 projects across 1 game, 87 downloads in total.
- Projects
- 3
- Game
- 1
- Downloads
- 87
- Last shipped
- 6 y ago
- LINDENMAYER OS (POWERED BY EXAS®)A Lindenmayer System, or L-System, is a formal grammar comprised of a set of rules, e.g. "A -> AB" and an axiom (starting string). In each step, we take our string and for each character, replace it according to the rules. e.g. Rules: (A -> AB), (B -> A). Axiom: A -> AB -> ABA -> ABAAB -> ABAABAB...36 downloadsupdated 6 y ago
- LANGTON'S EXA (COMPLEX VARIANT) (EXCLUSIVELY ON THE TEC REDSHIFT™)Langton's Ants can be described as rulesets. Instead of switching between two colours, we cycle between them. The basic ant is denoted as "LR": for colour 1, turn left; for colour 2, turn right. Simulate Langton's Ant as before, but with the following random variations which are readable in the g...26 downloadsupdated 6 y ago
- LANGTON'S EXA (EXCLUSIVELY ON THE TEC REDSHIFT™)Langton's Ant is a simulation with a simple set of rules. An "ant" is placed at the center of a 9x9 grid. At each step: -If the ant is at a black square, it turns 90° clockwise, and moves forward once -If the ant is at a white square, it turns 90° counter-clockwise, and moves forward once Simulat...25 downloadsupdated 6 y ago