2

I am looking for a way to make a photo hunt game using HTML5 and Javascript. Where should I start after the images. And How would I make clickable areas on the image, using javascript? If you know of any examples that would help or are willing to help let me know, please. Thank You

user22695
  • 21
  • 2
  • You could either take 2 different images, and seek for different pixels, and then seek for all different pixels in a group, that is find a group of pixels, where each 'changed' pixel is not further than 5 pixels from the rest. This could be quite complicated and CPU intensive, so you could also just store coordinates of differences in some XML file. – Markus von Broady Nov 07 '12 at 19:13
  • This isn't a gamedev-specific question; it's just a general programming question, so it's off topic here and belongs on Stack Overflow. – doppelgreener Nov 08 '12 at 04:01
  • Questions about "how to make (or start making) a particular type of game" are considered off-topic here (have a look at the [FAQ]). – bummzack Nov 08 '12 at 07:36
  • @bummzack As I understand it, the question is about not a game as a whole, but main algorithm of dealing with images differences. For example how would one define the place of a difference in XML, as a group of pixels, a path around the place, or just a point in center? This question is definitely answerable, though it's form is not best. – Markus von Broady Nov 08 '12 at 13:35
  • @MarkusvonBroady I think the OP should clarify the question a bit more. As it is now it is too broad and off topic. Basically the same as this: http://gamedev.stackexchange.com/questions/19365 – bummzack Nov 08 '12 at 14:24
  • This question is vague (what is a "photo hunt" game?) and broad. You should define what you want, break it down into the pieces you need (you gave a couple of examples), and then work on those pieces and ask specific, answerable questions here if you have trouble. In any case, please improve your question. – Ricket Nov 11 '12 at 05:19

1 Answers1

0

To create Photo Hunt Game using Javascript and HTML5, You should have good knowledge on

hidden object

tag map

How to preload image

Further, You have to choose a better JavaScript Library or Game Engine to develop you game

Md Mahbubur Rahman
  • 2,867
  • 20
  • 30
  • -1. This is just a bunch of links and not really an answer. Also the links about hiding a form or input elements are kinda out of place. I would never use a hidden form for a HTML5 photo-hunt game. – bummzack Nov 08 '12 at 07:33
  • @bummzack, Thanks for -1. I have learned from you. I don't want point, rather I am willing to learn and share the right one. Please help me improve my answer. :) – Md Mahbubur Rahman Nov 08 '12 at 08:24
  • @bummzack, As your comment, I have removed hidden form and hidden value. (I thought that those may help him). And now what should i include to this answer? Please help me to improve my answer. – Md Mahbubur Rahman Nov 08 '12 at 09:24
  • The question itself is not really answerable and off-topic so it's hard to tell how to improve your answer. I removed the downvote since you removed the links that are plainly misleading. – bummzack Nov 08 '12 at 09:52