Sunday, January 15, 2017

Project Mon Life Progress

I've decided to write up a proper log of my progress instead of using the rather vague entries I've posted before.

Version 0-01-1
  • Added "Creature 01"
  • 01 can move about randomly
  • 01 will lose health over time and die at 0
  • Dead 01 create a "corpse object"
  • Living 01 will move towards corpses and eat them
  • Eating steals mass from the corpse
  • Corpses disappear at 0 mass
  • 01 divides when mass is high enough

Version 0-01-2
  • Wrote some scripts to simplify things for future additions
  • First actual backup created

Version 0-01-3
  • Added "Creature 02" and "Creature 03"
  • 02 becames 03 when mass is high enough
  • 03 moves away from the crowd to "bares fruit" when mass is high enough
  • Fruit becomes a 02 after some time
  • 01 will eat fruit it it's close enough
  • Wrote more scripts

Version 0-01-4
  • Added a "decay" system that causes corpses and fruit to rot after some time

Version 0-01-5
  •  changed starting HP/SP from random to fixed
  • Added a "Release" system to keep mass from being horded in 02s

No comments:

Post a Comment