Is it possible to build an (point&click)adventure-game like "Black mirror" or "syberia" or "The Westerner"? With a static camera on the scene and a mouse-moving character; Inventory and Interface.
Are their some tutorial about programming an adventure (apart from grafics or something, only the programming part!)?
Thanks,
Tales
Avalible for adventures?
Everything is possible . The only (hard) thing you would have to implement is "shooting" and moving to the right direction. "Shooting" = casting a line from the camera to the point where it collides with your world. If it is a valid point (you could check this with some if's, then move to it). Of course with this method you'll have to keep track of what scene you're in.
It would be a challange, yes .
It would be a challange, yes .