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