Progress: client

This commit is contained in:
Jeremiah Billmann
2013-05-24 21:48:07 -04:00
parent 3f888c7935
commit bc39634a78
6 changed files with 186 additions and 14 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
extends layout
block content
h1= title
p Welcome to #{title}
div#fps
canvas#gameCanvas
+1
View File
@@ -6,6 +6,7 @@ html
script(src='/socket.io/socket.io.js')
script(src='/garageserver.io.js')
script(src='/javascripts/jquery-2.0.0.min.js')
script(src='/javascripts/keyboard.min.js')
script(src='/javascripts/game.js')
body
block content