UNPKG

@soundstep/soma

Version:

Soma is a javascript framework created to build scalable and maintainable applications.

16 lines (10 loc) 270 B
(function(snake) { 'use strict'; snake.StartCommand = function(input, collision, gridLayer, snakeLayer, foodLayer, time, path) { this.execute = function() { foodLayer.reset(); path.reset(); time.start(); }; }; })(window.snake = window.snake || {});