diff --git a/entities.js b/entities.js index a692dc0..55f5091 100644 --- a/entities.js +++ b/entities.js @@ -1 +1,11 @@ -// cool objects here \ No newline at end of file +var Clock = function(sides) { + this.sides = sides; + this.blocks = []; + for(var i=0; i