Ex Astris

Ex Astris Release 2008-05-17 Available

Ex Astris 2008-05-15 snapshot is now available.

The economy was corrected from the previous release. A simple supply/demand model is used for determining the value of goods and the price is then negotiated based on the player's "Negotiation" skill.

Also, there are Ubuntu and MacOS binaries available for download with this release.

Ex Astris Release 2008-05-15 Available

Ex Astris 2008-05-15 snapshot is now available.

There are many changes to the organization of the code to make it a little more maintainable as well as basic game play features added including warping between planets and buying and selling of goods and refueling your vehicle.

Pseudo Random Number Generator Quality

For those who do not know, most random number generation on a computer is accomplished via a pseudo-random sequence generator. A random number generator takes a seed value and generates a sequence of numbers from that value. If you provide the same seed, you get the same sequence. Often times the programmer will seed the random number generator with the current time of day, adding some variability to the output.

Syndicate content