@@ -0,0 +1,7 @@
+var Controller = function(){
+
+}
+Controller.prototype.start_game = function(){
@@ -3,6 +3,7 @@ var Snake = function(){
for (var i = 0; i < n_physicsists; i++){
this.physicists.push_back(new Physicist(this, position));
}
+ this.new_physicists = [];
this.bonuses = [];
this.speed = 1;