Well, 3DGS can make almost any kind of game, with effort, but the easiest thing to create would be a FPS. The code templates are really more geared towards FPS.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}