1 | | = Basic PPS Tutorial = |
2 | | This is a basic tutorial for new PPS students to get familiar with our framework and build environment. The process is described for tardis here. If you use another system first go to the [wiki:download#Source download] page and make sure you have all dependencies installed. |
| 1 | = PPS Coding tutorial = |
| 2 | == Summary and goals == |
| 3 | In this tutorial, you will |
| 4 | - Download the source code and setup a programming environment on your tardis box |
| 5 | - Compile the code into a working version of the game |
| 6 | - Add an in-game object to the game and configure it |
| 7 | |
| 8 | Since Orxonox is quite a large project, several steps are required to achieve the above. |