Interactive Simulation
Conway’s Game of Life (simplified)
This is an interactive component rendered via MDX. Click “Step” to advance the simulation:
How MDX works
Any .mdx file can import and use Astro or framework components inline with markdown. This lets you embed:
- Interactive visualizations
- Live code playgrounds
- Animated diagrams
- Custom widgets
All without shipping a full framework runtime — Astro renders what it can at build time and hydrates only what needs interactivity.