From 97191fbc11d343881fc08ce2c3d9195f51ae29a7 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Fri, 22 Apr 2016 07:52:10 -0700 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca40fb9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# JSPong +Just a Canvas/HTML5 Pong game I'm building to teach myself how to simulate "collision events" with canvas