Skip to content

life

GitHub Release code style: prettier Github Pages


  • https://github.com/standardloop/life
  • https://life.standardloop.dev

About

This Repo is an implementaiton of Conway's Game of Life.

This program leverages Canvas API.

Screenshot

alt text

Running

Please see the repo's Taskfile for running a local server and testing locally.

$ task
task: Available tasks for this project:
* default:       List all avaiable tasks.
* fmt:           Format the files with prettier.
* run:           Run a Python3 HTTP server to serve the static files.