A simple implementation of Conway's Game of Life.
- JavaScript
- JSDoc
You only need to serve static files from src/
directory. For example using command:
npx serve src
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.)