UNPKG

@soundstep/soma

Version:

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

15 lines (9 loc) 234 B
(function(snake) { 'use strict'; snake.EndCommand = function(emitter) { this.execute = function() { // display game over screen or restart game emitter.dispatch('start'); }; }; })(window.snake = window.snake || {});