View Single Post
  #6 (permalink)  
Old 11-05-2007, 08:38 PM
mispeed mispeed is offline
Member
 
Join Date: Nov 2007
Posts: 7
mispeed is on a distinguished road
Ha thought of something
classes and methods are: ClassOne(initializes everythin(bigBang)
updates everything daily(dayliUpdate)
//feed creepers, update age and weight
get statistics of a desired cell(getCellStats))
Cell(get and set for amountOfFood(still confusing)
add creeper to the cell(addCreeper)
feed the creature(feedCreeper)
provide cell statistics(CEllSTATS is a class of its own with get and set for numFood, numCreepers! this method cretes an instance of CellStats class, then sets amountOfFood, count creepers and set it into CellStats)


Thought this might explain the flow of things-------
Reply With Quote