nikitalarionov / js_pong_writen_in_two_hours

Canvas 2D Ping-pong, two players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-pong

Canvas 2D Ping-pong, two players.

How to use, open html, use W, S - to move first pad Up, Down.

Take your friend to computer and give him mouse to control second pad.

First Commit:

  • Added sound (new round, padle collision)
  • Added Collision Detection (Simple - need to rework).
  • Added Round functional, startscreen
  • Added controls (W, S - for first padle, mousemove for second).

Need to fix:

  • Smooth moving for first padle with W, S keys.
  • Good Collision Detection.
  • Vector ball optimizations.
  • Fix score update function.
  • Width, height for all objects will be equal window size.

License BSD

Author: Nikita Larionov (tolarionov@gmail.com).

About

Canvas 2D Ping-pong, two players.


Languages

Language:JavaScript 100.0%