Sha256: fa7ed8e72b582135b0dd4fb6cdc21c34f2ebfa1a3f3cfbeb7e04109b96312cd0
Contents?: true
Size: 600 Bytes
Versions: 3
Compression:
Stored size: 600 Bytes
Contents
(function(){ var _a, _b, _c, _d, _e, _f, _g, food, lunch, roid, roid2; // Eat lunch. lunch = (function() { _a = []; _b = ['toast', 'cheese', 'wine']; for (_c = 0; _c < _b.length; _c++) { food = _b[_c]; _a.push(eat(food)); } return _a; }).call(this); // Naive collision detection. _d = asteroids; for (_e = 0; _e < _d.length; _e++) { roid = _d[_e]; _f = asteroids; for (_g = 0; _g < _f.length; _g++) { roid2 = _f[_g]; if (roid !== roid2) { if (roid.overlaps(roid2)) { roid.explode(); } } } } })();
Version data entries
3 entries across 3 versions & 1 rubygems