Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 538 Bytes

This is a Cellular Automata explorer in 3D

Think Conway's Game of Life but with ability
to try new algorithms on both 2D and 3D grids

Made with LibSGD - https://patreon.com/libsgd

Instructions:

  1. Install Visual Studio 2022 (C++ Language)
  2. Install Git
  3. git clone https://github.com/chaduke/conway_3d
  4. open conway_3d.sln
  5. hit F5

Video here - https://youtu.be/Ux4fZRMXW0E?si=1gHzymVNplpfYIfO

Video to be updated soon to reflect the changes

TODO : Add ability to change rulesets TODO : Add ability to load and save rulesets