Skip to content

Commit

Permalink
reduced the gap between MAX_SPEED and MIN_SPEED
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Aug 26, 2015
1 parent 2a2f371 commit b20a34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slot-machine.js
@@ -1,7 +1,7 @@
'use strict';

var MAX_SPEED = 25;
var MIN_SPEED = 12;
var MAX_SPEED = 24;
var MIN_SPEED = 21;
var SPIN_COUNT = 10;
var Reel = require('./reel');

Expand Down

0 comments on commit b20a34c

Please sign in to comment.