Tagged Questions
3
votes
1answer
434 views
Any good web frameworks for asynchronous multiplayer games?
I'm trying to craft a site for web-based (original) board games, and my client (currently written in Actionscript, but that's highly fungible) works fine - I can play solitaire games in the client - ...
3
votes
2answers
380 views
Is there a library or a framework that handles networking in an RTS?
I'm aiming for making a(n) RTS game with networking so instead of doing tedious stuff like networking I wonder if there is a library/framework that will save me the effort. I intend to make that game ...