Making a simple drawing game in browser?

Started by
2 comments, last by minibutmany 9 years ago

Hi I want to make a simple drawing game that I can use for a class project. The idea is that I post a url on the screen and people type it in on their personal device (very much like Kahoot!). Once I feel like everyone has joined I'll start the game. The main purpose for this demonstration is making a collaborative drawing, so I would like it to update people's drawing on the board as they draw.

My main experience is programming in java and using that to program small games. Any idea on how to make the website and/or drawing app?

Thanks for any help!

Advertisement

I would use HTML5: https://dev.opera.com/articles/html5-canvas-painting/

Just a quick question, if I were to create the drawing app for html5 will it work for mobile devices? When searching online for tutorials, the examples wouldn't work for my tablet.

Most HTML features should be supported on mobile, but WebGL is not always supported.

http://caniuse.com/#feat=webgl

Stay gold, Pony Boy.

This topic is closed to new replies.

Advertisement