Skip to content

A C program for the final project in Notre Dame's CSE 20133: Intro to Computing for EE Majors that models the Game of Life

Notifications You must be signed in to change notification settings

aldenkane/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GameOfLife

A C program for the final project in Notre Dame's CSE 20133: Intro to Computing for EE Majors that models the Game of Life. This program is designed to run on an Arduino. Authors: Darrell Adams, Holden Brown, Wesley Garrison, Alden Kane.

About the Game of Life: Wikipedia Page: https://en.wikipedia.org/wiki/Conway's_Game_of_Life Bitstorm: https://bitstorm.org/gameoflife/

Rules: For a space that is 'populated': Each cell with one or no neighbors dies, as if by solitude. Each cell with four or more neighbors dies, as if by overpopulation. Each cell with two or three neighbors survives. For a space that is 'empty' or 'unpopulated' Each cell with three neighbors becomes populated.

About

A C program for the final project in Notre Dame's CSE 20133: Intro to Computing for EE Majors that models the Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages