I was really happy to find that SFML allows for multiple rendering windows.
I've always enjoyed the game Battlezone which is a first person wireframe tank game designed in the 80's. I know that SFML is up to the challenge of rendering some wireframe models (With OpenGL if necessary). My dream for some time is to make a Battlezone game for 3 people. I know it could be done with some networking but I don't have much training in that area. Instead I was wondering if I could use a single machine and output to 3 different monitors at once, each holding the view of a different player. I would plan on using Windows XP as the operating system. I heard that SFML supports 4 joysticks now. This would be great for this project.
Would it be possible to construct a game that dynamically renders 3 different viewports to 3 monitors from a single machine?