Skip to content

trg/marko-game-of-life

Repository files navigation

Game of Life Using Marko 4

Just a demo of Conway's Game of Life using Marko v4.

Install

Prerequisites:

  • yarn (npm probably works)
  • node 6 (probably others)

In your terminal:

$ git clone https://github.com/trg/marko-game-of-life; cd marko-game-of-life
$ yarn install

Run Locally

$ yarn start

And then go to http://localhost:8080

To Play

Click tiles to toggle them on or off, hit Automatically Play.

I don't care about the Game of Life, show me the guts!

Releases

No releases published

Packages

No packages published

Languages