CUDA version of Conway's Game of Life This is a simple CUDA program that implements Conway's Game of Life. Getting Started Ensure you have CUDA toolkit installed Clone the repository with submodules: git clone --recurse-submodules ... Run either make.bat or make.sh depending on your platform