Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.46 KB

File metadata and controls

42 lines (27 loc) · 1.46 KB

ClaudeAssistedProjects

A collection of projects developed with AI assistance from Claude. This repository showcases applications built through collaborative human-AI programming.

Projects

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

View GameOfLife3D README

Getting Started

Each project has its own README with specific setup instructions. Navigate to the project folder of interest and follow the instructions provided.

Repository Structure

ClaudeAssistedProjects/
├── GameOfLife3D/     # 3D Game of Life visualization
├── LICENSE           # MIT License
└── README.md         # This file

License

This repository is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Each project may have its own AGENTS.md or CLAUDE.md file with specific coding guidelines and development practices.