by Vaso
23. December 2008 03:28
I am going to participate on the 10K SMART Coding Challenge (Mix 2009)
with the project: Life Simulation (currently v. 1.0).
Note: This is a very amateur simulation far far from a normal simulation :-)
The simulation starts with 100 beings with this characteristic of the nation:
- simulation time unit = STU
- inbreeding coefficient = 0
- max age of the being = 5000STU
- start: random age (1STU - max age)
- start: random sex (male, female)
- single being marries only with another single being of the opposite sex on the first contact
- being can marry only once
- being can marry when the current age of the being is more then 20% of the max age (adulthood)
- being starts dying when the current age is more then 95% of the max age
- beings cannot marry to the relatives, "DNA check" before the marriage
- one couple has got always 3 children
- children stay with their parents until adulthood
- being stop moving when dying
- you can pause and click on a being to see age and genom
All beings live their max age because they live pretty healthy life and are still moving comparing with people who are sitting behind the desk, I guess the beings are looking for food? Hmmm. :-)
by Vaso
25. July 2008 03:29
Yeaah!! I updated this website and I am proud to introduce you Silverlight 2 (beta 2) in action. Just follow the instruction in the header of this page if you see any otherwise you should see some animation (Phase I - Sun animation).
Now! I have got some news. Some bad some good. You decide which one is which.
- I have to postpone improving animation of this website
- I have to add a new "Poems" section dedicated to my friends and me :-(
by Vaso
17. June 2008 03:27
I have upgraded this website to ASP.NET 3.5 and moved it to a test slower server. The next what I would like to do it is put there some Silverlight 2 content ;-) and after that hopefully I will start filling this website with more content and pictures ;-)
by Vaso
24. March 2008 03:08
24th March Update
I have done some work in the photo gallery and have added a few photos to the Nature section :-)..
21st March Update
My work keeps me very busy in last weeks but I was able to finish Blog, wrote first article and create a survey. You are welcome to participate. I have also put my friends' links and other links on the website.
by Vaso
10. February 2008 15:40
10th February Update
I have added a new "About" item to the menu which contains information about this website and the author.
9th February Update
A few changes in the Photo section, added a few test images, AJAX implementation and a few issues with the AsyncPostBackControl triggers..