We are two 17-year old students from Belgium. We've designed and built a small-scale Stewart platform and created custom software for our final project. With this type of construction it is possible to achieve full 6 DOF. Here is a render of the platform and a photo:
The servo arms are mounted on the servo like this:
The acrylic pieces were all sawn, and sanded afterwards. It would've been better if we could laser-cut them, but that wasn't possible.
The platform is controlled by our software which can do all the mathematics to position the motors. Our program then sends the results using a serial over USB connection to an Arduino Mega 1280, which in turn positions the servo motors using its built-in Servo functions. The motors are powered by an external modified ATX PSU. The program can control the platform manually by modifying the 6 DOF parameters, but it can also be used as a small simulator. This is were X-Sim comes in. Using X-Sim, we can send the 6 extracted parameters from multiple games over a UDP connection to our program. These 6 parameters are then used in our calculations. We've also added a 3D simulation so we can check if our programmed calculations are working correctly.
We've used cheap servos that cost us only 10 € each. They have a torque of 10,2 kg/cm at 5V. They can move up to 180°.
They have three pins: vcc, ground and signal. The signals are connected straight to the PWM pins of the Arduino, so their position can be controlled. The vcc and ground pins are connected to the PSU. The ground of the Arduino, servos and PSU must also be connected together. We made a small board so we can plug in the servo connectors directly and plug the board upside-down into the Arduino:
Here's a video of the project:
We were able to accomplish the whole project for as little as 100 €. Only when the program was completely finished, we started designing the platform.
X-Sim has been working very well for this project. But for our presentation at the end of June, we would like to be able to demonstrate it, but we will not be able to have an internet connection. So, we are hoping to receive a stage 2 key so we can run X-Sim offline

Please comment what you think! Thanks!
Thanks to Full Motion Dynamics (http://fullmotiondynamics.com/), the platform design was inspired by their prototype.