Skip to content

Übung zu Programmiersprachen zur Datenanalyse

License

Notifications You must be signed in to change notification settings

denisbusse/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is a python module for Conway's Game of Life. It is used for the course "Programmiersprachen zur Datenanalyse" at Fachhochschule Bielefeld.

Facts:

  • dead Cells with (3:3) living neighbours are born
  • living Cells with (0:1) living neighbours die
  • living Cells with (2:3) living neighbours survive
  • living Cells with (4:8) living neighbours die.

About

Übung zu Programmiersprachen zur Datenanalyse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages