From 954afd78b2d4079489bb738433e7dee5835b82f3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 2 Apr 2004 20:04:22 +0000 Subject: [PATCH] Added Vega Strike [SVN r22583] --- doc/projects.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/projects.html b/doc/projects.html index a877cfe0..a1bfc3d7 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -139,6 +139,31 @@ +

Games

+ +
+
Vega + Strike
+ +
+ Vega Strike is the 3D + Space Simulator that allows you to trade and bounty hunt in a vast + universe. Players face dangers, decisions, piracy, and aliens. + +

Vega Strike has + decided to base its scripting on python, using boost as the layer + between the class hierarchy in python and the class hierarchy in C++. + The result is a very flexible scripting system that treats units as + native python classes when designing missions or writing AI's.

+ +

A large economic and planetary simulation is currently being run + in the background in python and the results are returned back into + C++ in the form of various factions' spaceships appearing near worlds + that they are simulated to be near in python if the player is in the + general neighborhood.

+
+
+

Graphics