Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gusalfonso/conways-game


https://github.com/gusalfonso/conways-game

Last synced: 2 months ago
JSON representation

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.