drew-rwx / pattycake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pattycake

You need Python version 3.

There are three ways to run the program.

Running the program with no arguments will create a random pattern to run the algorithm on with 25 generations

python3 main.py

The first argument passed will be the number of generations to run

python3 main.py [GENERATION_COUNT]

The second argument passed is a path to a file that contains a pattern to run the algorithm on

python3 main.py [GENERATION_COUNT] [PATH_TO_PATTERN_FILE]

About


Languages

Language:Python 100.0%