Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.18 KB

LEARN.md

File metadata and controls

49 lines (29 loc) · 2.18 KB

Conway's Game of Life Project

Welcome to the Conway's Game of Life project! This document will guide you on how to run the project and provide additional resources to learn more about the game.

Running the Project

Using a Live Server Extension

  1. If you haven't already, install a live server extension for your code editor. Some popular choices include:

  2. Once the extension is installed, navigate to the root directory of the project in your code editor.

  3. Find the index.html file and right-click on it.

  4. Select the option to "Open with Live Server" or a similar option provided by your extension.

  5. Your default web browser should automatically open, displaying the Conway's Game of Life project.

Guide to playing the game

  1. Click on the cells to toggle them between alive and dead states.

  2. Use the buttons at the bottom to control the game:

    • Start: Begin the simulation.
    • Pause: Pause the simulation.
    • Clear: Clear the board.
    • Random: Randomly set cells to alive or dead.

You can also check the Step by Step Guide

Commit Conventions

For managing commits in this project, we follow the conventional commit specification. You can find more information about the conventions at Conventional Commits. Following these conventions helps maintain a clean and structured commit history.

Other Resources

Try Playing It Online

Further Reading

Explore these resources to dive deeper into Conway's Game of Life and enhance your understanding of the game's principles, patterns, and applications.