Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusalfonso/conways-game
https://github.com/gusalfonso/conways-game
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gusalfonso/conways-game
- Owner: gusalfonso
- Created: 2024-07-02T21:05:54.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-22T13:22:41.000Z (5 months ago)
- Last Synced: 2024-08-22T15:02:47.216Z (5 months ago)
- Language: CSS
- Size: 3.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life
![Conway's Game of Life](./public/img/conwaysgame.png)
## Description
Conway's Game of Life is a cellular automaton devised by mathematician John Conway. This application simulates the Game of Life, providing an interactive experience to observe how patterns evolve over time based on simple rules.## Features
- **Interactive Grid**: View and interact with the grid of cells, setting initial configurations.
- **Simulation Controls**: Start, pause, and step through the simulation to observe the evolution of patterns.
- **Pattern Presets**: Choose from predefined patterns to see how they evolve in the game.## Technologies Used
- **React**: JavaScript library for building user interfaces.
- **TypeScript**: Superset of JavaScript that adds static types.
- **Vite**: Build tool for modern web applications.
- **CSS**: Cascading Style Sheets for design and presentation.
- **Astro**: Static site generator that helps build faster websites.