What platform to use for browser based turn based strategy game
- by sunwukung
I want to write a browser based strategy game that can be played by two players in separate locations. The game itself is predominantly turn based. To that end, I want to determine the correct platform on which to build this game.
To prevent gamers "gaming" the system, the business logic needs to reside in the server.
I could arguably use AJAX…