| | |
Game of life in C++
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2008
Posts: 16
Reputation:
Solved Threads: 0
Hi,
Please help me doing Program for "Game of life".
Here is the link for that:
http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Please help me doing Program for "Game of life".
Here is the link for that:
http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
As I understood, it's very simple game. It may even not be treated as a real "game".
There's a matrix of cells, and cells can be live or dead. You set up a matrix (decide which cell is live and which one is dead) and then you start the game.
Then you have nothing more to do. Game has 4 simple rules about creating new cells, destroying old ones, and by that a matrix changes all the time, and you can watch
There's a matrix of cells, and cells can be live or dead. You set up a matrix (decide which cell is live and which one is dead) and then you start the game.
Then you have nothing more to do. Game has 4 simple rules about creating new cells, destroying old ones, and by that a matrix changes all the time, and you can watch
Actually it can turn into a game, there a ae many different arrangements of cells in the game of life, which have different names, sch as glider -- these will move in 1 direction continually untill another live cell interupts this.
Many appterns can be created to do many differents things, there are very large patterns that have been designed to create different patterns continually.
Also from what i know the Game of Life can be researched greatly by algorithms and alot of time is spent investigating these algotihms. In actual fact the fastest way to make the largest number of cells live was found by a computer algorithm
Chris
Many appterns can be created to do many differents things, there are very large patterns that have been designed to create different patterns continually.
Also from what i know the Game of Life can be researched greatly by algorithms and alot of time is spent investigating these algotihms. In actual fact the fastest way to make the largest number of cells live was found by a computer algorithm
Chris
Knowledge is power -- But experience is everything
![]() |
Similar Threads
- Game of life (Assembly)
- Game of life i/o problem (C++)
- Looking for help with C++ game of life program. Will pay or make donation for tutor. (C++)
- Game Of Life (C++)
- Game of life (C++)
- conway's game of life (C++)
Other Threads in the C++ Forum
- Previous Thread: C++ RTF Problem
- Next Thread: pls fix this.....
| Thread Tools | Search this Thread |
api array arrays based beginner binary bitmap c++ c/c++ calculator char class classes code compile compiler console conversion count delete deploy desktop directshow dll download dynamic dynamiccharacterarray encryption error file forms fstream function functions game getline givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory news node output parameter pointer problem program programming project proxy python read recursion recursive reference return rpg string strings struct temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






