I'm trying to make some board games online, and I want the interface to be stony and scalable. As in Google Maps, you can move and scale the map, I want the game panel to be moved and enlarged. Unlike Google Maps, I do not want to work with images.
Can someone give me recommendations on which technology to use? Would this work well for plain HTML? HTML 5 Canvas? or svg? Any specific JS libraries to recommend or something else entirely?
I would like to avoid flash and Java. Browser compatibility is a plus, but not the most important factor. For example, I think it would probably be fine to require Chrome Frame for older IEs.
Any ideas / tips would be appreciated.
source share