From 3b39d0a5e02d081cc000983463d6cb6e9370f7da Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Wed, 16 Oct 2013 22:46:40 +0530 Subject: [PATCH] Added works only in chrome disclamer --- resources/public/index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/resources/public/index.html b/resources/public/index.html index 1bbc440..e042880 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -2,7 +2,7 @@ - Gravity Pong: Functional Reactive Programming in Clojure using core.async + Gravity Pong: Flow Based Programming in Clojure using core.async @@ -13,6 +13,8 @@ body { #title { margin: 0px; + width: 98%; + position: absolute; } #ball { @@ -35,7 +37,7 @@ body { #canvas { border: 2px green solid; - margin-top: 3px; + margin-top: 10px; } #score { @@ -61,6 +63,9 @@ body {

Gravity Pong!

+
+ github +
press <space> to start
@@ -74,9 +79,7 @@ body { fps 0
use W-S and Up-Down keys to move the paddles / use Left-Right keys to change gravity -
- github -
+
Works only on Google Chrome