Conway's Game Of Life [closed]

醉酒当歌 提交于 2020-06-08 06:46:49

问题


I am currently writting a programe about Conway's Game of life and I am really a beginner of python, I don't know how to start at all. Anybody can help me with it?


回答1:


You probably don't need to pay to learn python. Implementing cellular automata makes for good starting project. The best place to start with python is the official tutorial and you can follow that with dive into python.

The answers here and here may be helpful as well.

If you can bear the self-praising and claims to godness Wolfram's book is a good way to get a feel for cellular automata, but don't take the book itself too seriously (that's a separate issue that can fill several blog posts). He also has a set of papers on this stuff that is published as a book that goes into all the details. And of course if you just google for cellular automata and Conway's game you'll find a myriad of implementations and explanations.




回答2:


http://plife.sourceforge.net/

Send the 50 quid to me :)

(I'm kidding, of course)




回答3:


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




回答4:


I happened to post a blog on implementing John Conway's Game of Life in XAML/WPF using embedded Python. It might be of interest to you.




回答5:


try here instead.

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 small freelance work for you.




回答6:


There's a few people on the pygame.org website who've done their versions of the game of life. Maybe they'll be of help: Pygame.org - search "life"



来源:https://stackoverflow.com/questions/350230/conways-game-of-life

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!