Conway game of life

I am currently writing a program about playing Conway Game of life and I am a really beginner python, I don’t know how to start at all. Can anyone help me?

0


source to share


6 answers


You probably don't have to pay to learn python. The introduction of cellular automata contributes to a good start-up project. The best place to get started with python is the official official tutorial , and you can follow this with a dive into python .

The answers here and here may be helpful here .



If you can carry self-praise and claim to be divine, The Wolfram Book is a good way to learn about cellular automata, but don't take the book too seriously (it's a separate issue that could fill a few blog posts). He also has a collection of articles on the material, which is being published as a book that goes into all the details. And, of course, if you just Google for cellular machines and the Conway game, you will find many implementations and explanations.

+3


source


http://plife.sourceforge.net/

Send me 50 pounds :)



(I'm kidding, of course)

+4


source


You will probably get some good documentation here: http://www.imdb.com/title/tt0085959/ .

+1


source


I was able to post a blog about implementing John Conway's game in XAML / WPF life using embedded Python. This may interest you.

+1


source


try here.

http://www.elance.com/p/landing/buyer.html

http://www.rentacoder.com/RentACoder/DotNet/default.aspx

These are places where you can hire people to do a little freelance work for you.

0


source


There are several people on pygame.org who have made their own versions of the game of life. Maybe they can help: Pygame.org - search for "life"

0


source







All Articles