A basic integration of Conway's game of life in development. We are aiming to create a fun, usable and fast python libary for AI training and more. This by the way originated in trying to train AI to create patterns (Game-of-life-with-AI)
If you want to help, then feel free to take a look at the open issues and the projects or contact me!
To build the required C bindings naviagte to the scripts
folder with cd scripts
or equivalent commands.
Run build.bat
on Windows based machines with the command build.bat
inside of the Console application. On UNIX based machines use the ./build.sh
command from the shell.
All build files willl be automatically written to the build
folder.