Can I make a RTS game with Corona SDK?

Hello comunitty, I would like to make a Real Time Strategy game, something like Starcraft or Clash of Clans where gamers can play against other players in real time.

You can use Corona SDK to build the front end for the game, i.e, the user interface, the graphics, etc.  However you will need some "server’ that manages telling all players what’s going on.  Corona SDK can work with several services that offer that feature.  You can of course build your own if you have access to a server somewhere. 

Look at some of our plugins and see if they can do what you want, like Photon:  http://docs.coronalabs.com/daily/plugin/photon/

Another Corona specific tool called Coronimum started up by one of our community members also recently added a GameServer to his suite.  See http://coronium.io/ for more info.

Rob

You can use Corona SDK to build the front end for the game, i.e, the user interface, the graphics, etc.  However you will need some "server’ that manages telling all players what’s going on.  Corona SDK can work with several services that offer that feature.  You can of course build your own if you have access to a server somewhere. 

Look at some of our plugins and see if they can do what you want, like Photon:  http://docs.coronalabs.com/daily/plugin/photon/

Another Corona specific tool called Coronimum started up by one of our community members also recently added a GameServer to his suite.  See http://coronium.io/ for more info.

Rob