I was looking for examples of Javascript games and I came across this. It looks like Flash. I tried looking at the source code, and all I see are a bunch of div tags, but not really any Javascript. I couldn't find the code that actually runs the game.
Is this Flash or Javascript? How can you tell?
<embed>or<object>tag present in the HTML source? Is there a JavaScript in<script>or a link to external HTML in the source? (One of those is true and one is false in this case: right-click and choose "View Page Source".) – user166390 Mar 15 '12 at 22:15