Hi all
I need a java application to be developed for Game of Life without using applets by using only arrays

thanks in advance

Recommended Answers

All 6 Replies

what is mean by Game of Life?

what do you mean exactly??

Hi all
I need a java application to be developed for Game of Life without using applets by using only arrays
thanks in advance

I will advice you to read forum rules regarding homeworks

Express your self clearly and I dont think a game can made using arrays only

yes it can. It's not a game but a simulation. A few 2D arrays are all you need (plus of course a logic engine and a loop).

Are we talking about the "Hammurabi" (or something like that) game, when in each "year", you should ask the user how to use the grain in storage:
- How many bushels to feed the people.
- How many bushels to use as seed for planting next year's crop.
- The remaining grain, if any, is saved for the next year in
case of a bad harvest
???????

Member Avatar for iamthwee

Are we talking about the "Hammurabi" (or something like that) game, when in each "year", you should ask the user how to use the grain in storage:
- How many bushels to feed the people.
- How many bushels to use as seed for planting next year's crop.
- The remaining grain, if any, is saved for the next year in
case of a bad harvest
???????

Er, google+game of life...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.