March 2013

Conway's Game of Life on GPU using CUDA

  • Conway's Game of Life rendered with effect of dying cells.
    Conway's Game of Life rendered with effect of dying cells.
  • Final evaluation speed. See the Conclusion chapter for details of this graph.
    Final evaluation speed. See the Conclusion chapter for details of this graph.
  • Interface of the program.
    Interface of the program.
  • Cyclic world explanation.
    Cyclic world explanation.
  • Zoomed-out world (16 cells per pixel).
    Zoomed-out world (16 cells per pixel).

1 Introduction

1.1 Game of Life rules

1.2 Cyclic world