kcvgan / conways-game-of-life

Final project for a MATLAB programming class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's game of life visualization

alt tag

This is my final project for a MATLAB programming class. Since my degree has a lot to do with biology, I decided to implement Conway's game of life in MATLAB.

If you don't know what game of life is, this wikipedia article. is a good place to start.

Current functionality:

  • displays a graph of randomly generated cells which abide by 23/3 rules of GoL (by default)
  • the rules can be changed based on two vectors
  • GUI that contains:
    • simulation speed slider
    • rule change option
    • display of generation count

To be implemented:

  • file I/O
  • grid size options
  • color options

WTFP license

About

Final project for a MATLAB programming class.


Languages

Language:MATLAB 100.0%