Skip to content

A django project to simulate conways game of life

Notifications You must be signed in to change notification settings

synloos/django-game-of-life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-game-of-life

A django project to simulate conways game of life

About

Conways Game of Life has long been a fascinating but simple idea.

  • Any cell with more than three neighbors dies from overpopulation
  • Any cell with less than two neighbors dies of boredom
  • Any empty cell with exactly three neigbors comes to life

The rules are so simple, yet the outcome is so incredibly complex.

Why

I've needed a good reason to learn my way around Backbone for a while, and here is the excuse.

About

A django project to simulate conways game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • Python 44.7%