Game of Life

F

Flash Gordon

anybody got C code for this game of life using 8X8 array

Probably. However this is not a source wanted group so it is the wrong
place to ask. If, on the other hand, you try to write one in standard C
we will discuss your implementation with you.
 
T

Thomas Dickey

Flash Gordon said:
On Mon, 16 Aug 2004 00:55:29 -0400
Probably. However this is not a source wanted group so it is the wrong
place to ask. If, on the other hand, you try to write one in standard C
we will discuss your implementation with you.

....but not if it uses anything but stdio for output.
 
T

Thomas Matthews

aura said:
anybody got C code for this game of life using 8X8 array

This is an old game and there is a high probability
of the source code existing in many different languages
especially C.

Have you tried searching the Web?

The following search parameters netted a plethora
of possibilites:
Game Of Life Source C

Next time, use everybody's time wisely and research
first. Read the FAQs below and especially the
"welcome.txt".

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
F

Flash Gordon

^^^^^^^^^^
...but not if it uses anything but stdio for output.

I did say standard C :)

anyway, we could discuss all the bits except for the actual
display/input code. If the SW is well designed then the display/input
code will be isolated and easy to replace with something simple.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top