Hello
I want to do a small web based game in which there will be 2 users and one of them needs to draw something in canvas and the second one needs to guess what is that. Both of the sides needs to see the process of drawing... very simple game. What should I use to make it? Javascript, Java, jQuery, or maybe something different?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I would suggest to go with jQuery + some canvas plugin (like jCanvas) on the client side and anything you want (PHP/Java/C#/etc) on the server side. |
|||
|
|
|
I found this blogpost about Silverlight + Wcf Polling Duplex this might be something useful? |
|||
|
|