Simple World is the simulation of a world and the bugs that live on it
Simple World is the simulation of a world and the beings that inhabit it. Simple World tries to reproduce the basic elements that define a simple world. The objective of the project is to observe the evolution of this world and of these beings.
In this version there are several changes to the CPU. In first
place, the cs (control & status) register is replaced by two
new registers: wc (window counter) and ip (interrupt table
pointer). The old cs register used to store the window counter
and the interrupt table pointer, among other not too usefull
things. With the addition of the wc and ip registers it's
easier to change the interrupt table pointer and the interrupt
table pointer hadn't to be in the first 64KBs of the code.... read more
Simple World is the simulation of a world and the bugs that live on it. Simple World tries to reproduce the basic elements that define a simple world. The objective of the project is to observe the evolution of this world and of these bugs.
This was supposed to be the first beta of Simple World, but there are more changes than previously thought. Some of these changes were incompatibles with previous versions and prevent the use of previous bugs in this version:
a) changes in the instructions and in the registers of the CPU
b) new registers in the CPU
c) changes in the database
Simple World is the simulation of a world and the bugs that live on it. Simple World tries to reproduce the basic elements that define a simple world. The objective of the project is to observe the evolution of this world and of these bugs.
This is the last alpha version of Simple World. With this version:
a) the bugs can be coded
b) the bugs interact with the World
c) the bugs can put eggs
d) the code of the eggs can mutate
Simple World is the simulation of a world and the bugs that live on it. Simple World tries to reproduce the basic elements that define a simple world. The objective of the project is to observe the evolution of this world and of these bugs.
This alpha release implements almost all the actions that the bugs will be able to do.