Skip to content

sutaC/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aaa8e26 · Jan 30, 2025

History

35 Commits
Jan 30, 2025
Jan 30, 2025
Apr 2, 2024
Jan 30, 2025

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.)