What are instructions about coding 'the game of life' using python?

January 21, 2012 – 6:00 pm

i need help coding spmething called ‘the game of life.’ i do not mean the milton-bradly thing. i am not that experienced with python so detailed help about coding is required. i currently have version 2.7 and 3.2.

Related posts:

  1. Need help with Python for making a game?
  2. How to use python with blender for game designing?
  3. How do you make a simple Python RPG game?
  4. How can I learn how to start coding java? As of right now i know nothing about coding.?
  5. What's the difference between PHP, IFrame and DIV Coding when your coding a layout?
  6. How to run a python based game under Kubuntu?
  7. How to run a python based game under Kubuntu?
  8. What are some good begginner java game development books?
  9. What should I learn for a job i game development?
  10. I need help from someone in the pc game making feild. Like rmxp, game maker.?
  1. 2 Responses to “What are instructions about coding 'the game of life' using python?”

  2. https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

    I suggest you gain experience in python, then attempt writing it.

    By henni on Jan 21, 2012

  3. http://www.daniweb.com/software-development/python/code/217028
    here is link to the code and a explanation of the game of life by john conway ^^

    programmed in python, im sure if its a different version you should be able to figure out the compile errors with the python documentation.

    By stargazer17 on Jan 21, 2012

Sorry, comments for this entry are closed at this time.