Wont reset in my pong game (Javascript)

时间:2016-02-12 21:08:01

标签: javascript

<div>
  <figure class="landscape">
    <img 
         src="http://placehold.it/750x500/e8117f/ffffff"
         alt=""
         >
    <figcaption>
      Image Caption
    </figcaption>
  </figure>
  <figure class="portrait">
    <img 
         src="http://placehold.it/300x500/efc63e/ffffff"
         alt=""
         >
    <figcaption>
      Image Caption
    </figcaption>
  </figure>
</div>

Any how, I'm new to this and so far every thing else has checked out but this one thing (getting the game to start over when it hits the bottom of the screen). I can show more of the code for context if needed.

0 个答案:

没有答案