This project provides an engine used to simulate grid world like game of life. The engine offers several utilities to render the world and show information.
git clone https://github.com/liyue6174/GridWorldEngine.git
cd GridWorldEngine
pip install .
Check example for usage.