Skip to content

Jobarah-zz/Game-Of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-Of-Life

John Conway's Game of life Javascript implementation.

The project uses Nodejs.
-To install simply run npm install from the terminal.
-To run cd dist/Main.js.
In game you move with arrow keys and when hitting space you toggle life to selected cell. To play simply hit 'p' or 'P'.
Generations limit is set to 20 generations, you can change that in setGenerationsLimit method in Game.js. Game is still under development and currently has no pause method. ES6 code is in dev/js/game_components.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published