Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tunogya/conways-life-interface


https://github.com/tunogya/conways-life-interface

Last synced: 20 days ago
JSON representation

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
```