Luiko / Game-of-Life

Free Code Camp Project. Game based on John Conway's mathematical problem.

Home Page:https://luiko.github.io/Game-of-Life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life

Free Code Camp Project. react + sass + enzyme + webpack + hot reloading

Installation

  1. git clone https://github.com/Luiko/Game-of-Life
  2. cd Game-of-Life
  3. npm install
  4. npm run build
  5. npm start

Development

  • npm run dev
  • npm run hot
  • npm test
  • node server.test.js

optional

  • add your own .env file with custom port

About

Free Code Camp Project. Game based on John Conway's mathematical problem.

https://luiko.github.io/Game-of-Life/

License:MIT License


Languages

Language:JavaScript 87.0%Language:CSS 8.6%Language:HTML 4.4%