Game of Life
Implementation of the Conway’s Game of Life in JavaScript with React
Play Conway’s Game of Life in UltraFish Plus: plus.ultrafish.cn/gameoflife/
Usage
Step 1: Make sure you have installed the latest version of Node.js.
Open the terminal and type following commands:
# Step 2
git clone https://github.com/zhangwengyu999/Game_of_Life.git
# Step 3
cd Game_of_Life/
# Step 4
npm start
Step 5: Open your local browser and go to http://localhost:3000
Step 6: You can see and play the Game of Life in the browser.
Alternative in Java
I also provide a Java implementation of the Game of Life in this repository, which runs in console locally.
Implementation Details
Please visit the post in UltraFish for more details.