Skip to content

kcvgan/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages