Skip to content

sutaC/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

A simple implementation of Conway's Game of Life.

Technologies

  • JavaScript
  • JSDoc

How to start?

You only need to serve static files from src/ directory. For example using command:

npx serve src

Documentation

Documentation is located in DOCS.md file in root directory of a project.

It is generated with jsdoc-to-markdown package.

For generating documentation uou can run document shell comand if running linux with bash.

Alternativelym, command for generating documentation is:

jsdoc2md ./src/**/*.js > DOCS.md

(Make sure you are not using PowerShell with this command, becouse it causes encoding issues.)

About

A simple implementation of Conway's Game of Life.

Topics

Resources

Stars

Watchers

Forks