o
odin.langpkg.dev
packages / library / odin-life

odin-life

a7ad8e4library

No description provided.

No license · updated 2 years ago

Game of Life CLI

Description

This is a simple implementation of Conway's Game of Life

Installation

Ensure you have Python installed on your system. This program is compatible with Python 3.

  1. Clone the repository:

    git clone https://github.com/JohnLucid1/odin-life.git
  2. Navigate to the project directory:

    cd odin-life
  3. Run the program:

    odin run . -- <amount of nodes: 1500>

Controls

  • Press Ctrl+C to stop the simulation and exit the program.

Acknowledgments

This program is inspired by Conway's Game of Life and various implementations available online.