pecheneg2015 / elm-conway-life

Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Conway's Game of Life

Elm Conway's Game of Life implementation

img.png

Demo

Click here for a live preview

Project setup

In the project directory, you can run:

elm install
yarn 
# or npm install 

Tech stack

Here's a brief high-level overview of the tech stack the app uses:

  • elm 0.19
  • webpack 5
  • tailwindcss 3

Compiles and hot-reloads for development

yarn dev
# or npm dev

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

Building the Project

You can build the project by running:

yarn build
# or npm build

This will generate the compiled files in dist folder.

Further reading

About

Conway's Game of Life

License:MIT License


Languages

Language:Elm 49.3%Language:JavaScript 40.1%Language:CSS 7.6%Language:HTML 3.1%