Skip to content

Contains source code for Conway's Game of Life. Grid class is used for drawing items on screen and also updating the graphics when window is resized. Cell class stores all information about cell state and dimensions. These two classes are used with a 2d array in order to draw all creatures onto the grid and create next generations. Also allows t…

Notifications You must be signed in to change notification settings

khhang/Game-of-Life

Repository files navigation

Game-of-Life

  • WRITTEN IN C# USING VISUAL STUDIOS 2015

Contains source code for Conway's Game of Life.

Grid class is used for drawing items on screen and also updating the graphics when window is resized. Cell class stores all information about cell state and dimensions.

These two classes are used with a 2d array in order to draw all creatures onto the grid and create next generations. Also allows the ability to change several properties such as visibility, color, and rules for the Game of Life.

About

Contains source code for Conway's Game of Life. Grid class is used for drawing items on screen and also updating the graphics when window is resized. Cell class stores all information about cell state and dimensions. These two classes are used with a 2d array in order to draw all creatures onto the grid and create next generations. Also allows t…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages