realJustinLee / Game_of_Life

John Conway, inventor of the Game of Life, has died of COVID-19. In his honor I'm making this Game of Life project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game_of_Life

John Conway, inventor of the Game of Life, has died of COVID-19. In his honor I'm making this Game of Life project.

Main Requirements

  • node.js v19.6.1
  • react.js 18.2.0

Version

  • 0.1.0

Platform Compatibility

  • macOS
  • Linux
  • Windows 11

Installation Guide

Run the following code in the terminal to install and run the project.

git https://github.com/realJustinLee/Game_of_Life.git
cd Game_of_Lif

cat>~/.env<<EOF
REACT_APP_DEFAULT_ROWS=32
REACT_APP_DEFAULT_COLS=32
REACT_APP_DEFAULT_REPRODUCTION_TIME=100
EOF

npm run rebuild
npm install -g serve
serve -s build

TODO

  • Release this project to a desktop app with electron.

Made with ❤ by Justin Lee!

™ and © 1997-2023 Justin Lee. All Rights Reserved. License Agreement

About

John Conway, inventor of the Game of Life, has died of COVID-19. In his honor I'm making this Game of Life project.

License:MIT License


Languages

Language:JavaScript 81.7%Language:HTML 12.6%Language:CSS 5.7%