Skip to main content

An implementation of Conway's Game of Life in Python

Project description

Pylife

This is a test playground intended for exploration of Python language features and external tools. Breaking changes are not a concern.

Usage

# Clone and cd to the repo
git clone git@github.com:condekind/pylife.git && cd pylife

# From inside the project root, create a python 3.11+ virtualenv, e.g.:
# python -m venv .venv
#   or, if already created, activate it:
# source .venv/bin/activate

# Run using provided input
python game_of_life_cli -i input/input03.txt

Example of a Gosper glider gun:

demo_gun, a pattern with a main part that repeats periodically, like an oscillator, and that also periodically emits spaceships

Some stats are printed on termination (ctrl+C):

^CINFO:root:
Running time: 4.7897047996521 seconds
CacheInfo(hits=123047, misses=349, maxsize=1024, currsize=349)

Todo:

Some of the listed items might be overkill for the time being, but this repo might also serve as a future python template

  • mypy / lsp / lints / fix types (!!!)
  • argparse
  • pyproject.toml
  • CI
  • Tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

game_of_life_cli-0.1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

game_of_life_cli-0.1.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page