Skip to content

hoto17296/python-gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-gameoflife

A Python implementation of "Conway's Game of Life" that works on both CPU and GPU.

Setup

Docker is required.

$ make

Run with CPU

$ make run_cpu

Run with GPU

NVIDIA GPU and nvidia-docker2 are required.

$ make run_gpu

About

A Python implementation of "Conway's Game of Life" that works on both CPU and GPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published