An implementation of the famous Conway's Game of Life using React.js.
Play it here: Conway's Game of Life
- React.js for building the UI.
- Next.js for rendering and routing.
- Chakra UI for modern visual components.
- TypeScript for safer development.
- Real-time visualization of cell evolution.
- Ability to draw initial patterns.
- Open the project:
cd lifegamecownay
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open in your browser: http://localhost:3000