Skip to content

Commit

Permalink
Added kill and death count
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoelzgen committed Jun 21, 2011
1 parent 544a9c4 commit 9b4fa1f
Show file tree
Hide file tree
Showing 6 changed files with 301 additions and 263 deletions.
148 changes: 77 additions & 71 deletions client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<h1>
Websocket Snake Experiment
</h1>
<div id="scoreboard">
<span id="kills">Kills: 0</span> -
<span id="deaths">Deaths: 0</span>
</div>
<canvas id="stage" width="500" height="500">
Canvas not supported.
</canvas>
Expand Down
Loading

0 comments on commit 9b4fa1f

Please sign in to comment.