Hello! I am very interested in trying superpowers. Is it capable of multiplayer via wifi, bluetooth, internet etc?
EDIT: at the moment i'm interested in turn based games
Internet is certainly possible. You can maintain state between game clients using socket.io , which is available in the superpowers editor.
Do i need socket.io server or superpowers has all features for that?
At the moment, Superpowers Game has a socket.io plugin for the client, but for the server part, you'll need to use Node.js directly. We have plans to build a "Superpowers Server" project type later!