3D Multiplayer?

Well, the problem with the raycasting 3d is that the two players need to see different things. This is possible with an extension, but it only allows different camera positions and visible/invisible sprites. This means you would have to code your own 3d raycaster that draws on a sprite and run it for each of the players. Its possible, but a lot of work.