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:

All without shipping a full framework runtime — Astro renders what it can at build time and hydrates only what needs interactivity.