Im building a pong clone, and I would like the playable area to be the same size as the browser window.
var width = 400,
    height = 600;
Im building a pong clone, and I would like the playable area to be the same size as the browser window.
var width = 400,
    height = 600;
