Skip to content

KuronoSangatsu7/Game_of_Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Conway's Game of Life

Overview:

An implementation of a visualization of Conway's Game of Life in Haskell.

This was done by implementing tools to for working with discrete lines and discrete 2D spaces using CodeWorld.

Usage:

You view the documented code and the final result here.

You can also experiment with different Oscillators and Spaceships by passing different starting shapes to the animateConway method in the main method. The code already contains 3 different starting positions: [blinker, pentaDecathlon, glider]. You can also define new starting positions by defining the cells in the same manner as the pre-existing starting positions.

Author Contact Info:

Name: Jaffar Totanji
Email: [email protected]
Telegram: @KuroHata7
P.S: This work was done as a solution to an assignment given to me as part of the Programming Paradigms course at IU.

Releases

No releases published

Packages

No packages published