Skip to content

Commit

Permalink
Change to 2-player game
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lee committed Dec 9, 2013
1 parent 0738ddc commit a41cb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/socket/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(io){
var _allGames = {};
var _id = 1;

var _maxPlayers = 1;
var _maxPlayers = 2;

io.sockets.on('connection', function(socket){

Expand Down

0 comments on commit a41cb86

Please sign in to comment.