Skip to content

benalt/game-of-life-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life-demo

This is a simple implementation of the Game of Life Simulation.

This implementation uses NodeJS, with no additional packages. It requires node 18.7, as it uses some experimental features like the fetch API (which is added in earlier versions in node packages.)

Running this successfully will result in the terminal opening a browser with a visualization of the multi-generational world.

To Run

node app.js

About

Project for Coding Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published