A collection of projects developed with AI assistance from Claude. This repository showcases applications built through collaborative human-AI programming.
A browser-based 3D visualization of Conway's Game of Life. Watch cellular automata evolve through time as a stunning three-dimensional structure, with each generation stacked vertically in 3D space.
Key Features:
- 3D time visualization with generations stacked along the Z-axis
- Interactive camera controls (orbit, pan, zoom)
- Built-in patterns: Glider, Blinker, Pulsar, Gosper's Glider Gun, R-pentomino
- Custom pattern support via RLE format
- Session save/load functionality
- Animated starfield background
Technologies: TypeScript, Three.js, WebGL
Each project has its own README with specific setup instructions. Navigate to the project folder of interest and follow the instructions provided.
ClaudeAssistedProjects/
├── GameOfLife3D/ # 3D Game of Life visualization
├── LICENSE # MIT License
└── README.md # This file
This repository is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Each project may have its own AGENTS.md or CLAUDE.md file with specific coding guidelines and development practices.