Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 940 Bytes

File metadata and controls

33 lines (25 loc) · 940 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1.0.0] - 2026-05-31

Added

  • Initial public release.
  • Interactive Conway's Game of Life simulation.
  • Play, pause and step controls.
  • Pattern library including spaceships, oscillators and still lives.
  • Manual board editing.
  • Statistics panel.
  • Friendly onboarding copy and simulation guidance.
  • Pattern selection highlighting.
  • Collapsible pattern categories.
  • Independent sidebar scrolling.
  • Finite board boundaries.
  • Tests covering core simulation rules and known patterns.
  • Vercel deployment.
  • Custom domain support via life.aleixvidal.dev.
  • Portfolio and GitHub attribution links.

Changed

  • Improved simulation status messages.
  • Refined sidebar experience and navigation.

Known limitations

  • Optimized primarily for desktop and larger screens.
  • Board sizing for very large grids may be revisited in a future release.