Clean Room implementation of the backend of SpaceChem (https://www.zachtronics.com/spacechem).
Project description
SChem
https://pypi.org/project/schem/
Clean Room implementation of the backend of SpaceChem (https://www.zachtronics.com/spacechem).
Usage
python -m schem [solution_file]
Will validate the cycles-reactors-symbols score of the provided solution file, or of any solution in the user's clipboard if a file is not specified.
This is equivalent to:
import schem
schem.validate(soln_str, verbose=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
schem-0.15.2.tar.gz
(174.5 kB
view hashes)
Built Distribution
schem-0.15.2-py3-none-any.whl
(177.5 kB
view hashes)