- https://claude.site/artifacts/3b09f7bb-e62b-4887-a11a-cda8675ba2ea
- v0.1 https://claude.site/artifacts/a889c42c-315d-41aa-8547-6fcd635a07b5
- Debugging https://claude.site/artifacts/ba62ca41-5e03-4b5f-b513-612e849ec693
This project implements a cellular automaton based on photonic principles and iphotic axioms. It visualizes the interaction of cells governed by different rules inspired by light behavior.
- Interactive grid of cells
- Four different axioms governing cell behavior
- Real-time simulation of cell interactions
- Start, stop, and reset controls
- Clone this repository
- Open
index.html
in a web browser - Use the buttons to control the simulation:
- Start: Begin the simulation
- Stop: Pause the simulation
- Reset: Reinitialize the grid with random states and axioms
+-----+-----+-----+-----+-----+-----+-----+-----+
| ☼/☾ | ■□ | ↑↓→ | ◊/◊ | ☼/☾ | ■□ | ↑↓→ | ◊/◊ |
| A | B | C | D | E | F | G | H |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ■□ | ☼/☾ | ◊/◊ | ↑↓→ | ■□ | ☼/☾ | ◊/◊ | ↑↓→ |
| I | J | K | L | M | N | O | P |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ↑↓→ | ◊/◊ | ☼/☾ | ■□ | ↑↓→ | ◊/◊ | ☼/☾ | ■□ |
| Q | R | S | T | U | V | W | X |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ◊/◊ | ↑↓→ | ■□ | ☼/☾ | ◊/◊ | ↑↓→ | ■□ | ☼/☾ |
| Y | Z | 1 | 2 | 3 | 4 | 5 | 6 |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ☼/☾ | ■□ | ↑↓→ | ◊/◊ | ☼/☾ | ■□ | ↑↓→ | ◊/◊ |
| 7 | 8 | 9 | 0 | ! | @ | # | $ |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ■□ | ☼/☾ | ◊/◊ | ↑↓→ | ■□ | ☼/☾ | ◊/◊ | ↑↓→ |
| % | ^ | & | * | ( | ) | _ | + |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ↑↓→ | ◊/◊ | ☼/☾ | ■□ | ↑↓→ | ◊/◊ | ☼/☾ | ■□ |
| - | = | [ | ] | { | } | | | \ |
+-----+-----+-----+-----+-----+-----+-----+-----+
| ◊/◊ | ↑↓→ | ■□ | ☼/☾ | ◊/◊ | ↑↓→ | ■□ | ☼/☾ |
| : | ; | " | ' | < | > | ? | / |
+-----+-----+-----+-----+-----+-----+-----+-----+
Axiom Legend: ☼/☾ - Day/Night Cycle: Represents the alternation between active and dormant states ■~□ - Solid/Empty: Symbolizes the presence or absence of life in a cell ↑↓→ - Movement: Indicates the potential for change or evolution in any direction ◊/◊ - Interaction: Represents the influence of neighboring cells on each other
This project is open source and available under the MIT License.
MIT License
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.