Tagged Questions
0
votes
0answers
29 views
Library for asynchronous client to client messaging [closed]
I am currently developing an online game where two players can play against each other (something like Who Wants to Be a Millionaire?). And I would like to implement an asynchronous service so those ...
6
votes
5answers
352 views
Good technological solutions to build an ascii map and moving characters in a browser (like dwarf fortress)?
I'd like to build a webapp for my game website that involves using text characters to represent animals and people, and have them move around on map squares with independent (server driven) AI.
So ...
-4
votes
1answer
588 views
What programming languages are sufficient for web browser game development? [closed]
I am wondering with what kind of languages such a multi-player online game was written?
I am trying to find a list of web programming languages which could be sufficient for both of these websites. ...
7
votes
3answers
1k views
How do you make Direct3D work in a browser?
I've come across games that are 3D that are playable in a browser. They require a plugin to be installed to work. I guess the plugin creates a D3D window inside the browser.
How would I go about ...