Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tunogya/conways-life-interface
https://github.com/tunogya/conways-life-interface
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tunogya/conways-life-interface
- Owner: tunogya
- Created: 2023-07-21T10:42:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T05:56:55.000Z (about 1 year ago)
- Last Synced: 2024-10-12T16:15:27.724Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://conways-life-interface.vercel.app
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conways-life-interface
![info](./public/info.png)
## Description
This is a simple interface for the Conway's Game of Life. It is written in next.js and uses the canvas API to draw the
grid.## Running
To run the project, you need to have node.js installed. Then, you can run the following commands:
```bash
npm install
npm run dev
```