Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 389 Bytes

CUDA_CA_sim

A cellular automaton simulation written in CUDA C++

Running The Project

  1. open a terminal in the project directory
  2. $ nvcc ca.cu
  3. $ ./a.out
  4. You may have to zoom the terminal out so that the text output doesn't wrap to a new line: ctrl - should do the trick.

Screenshots

Screenshot Screenshot