Skip to content

abaybektursun/conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

"The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970"

-Wikipedia

This project has two different implementations of Conway's Game of Life, serial version for CPU and parallel CUDA version for (NVIDIA) GPUs. Both implementations take in an png image as an input, turn it into thresholded black and white image, and compute the game of life for desired amount of iterations producing mp4 video as an output.

Example screenshots: conway_gol

Instructions:

To compile and run, follow these commands

$ cd GPU # or CPU
$ make
$ ./run.sh

Requirements and Dependencies:

  • Linux System
  • NVIDIA GPU
  • CUDA Toolkit
  • OpenCV
  • FFmpeg
  • Standard developer build tools (like g++)

About

Implementation of Conway's Game of Life with CUDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published