File tree Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ define([], function() {
2
2
return {
3
3
// render settings
4
4
deadCellColor : '#ffffff' ,
5
- cellSize : 9 ,
6
- cellSpacing : 1 ,
5
+ cellSize : 18 ,
6
+ cellSpacing : 2 ,
7
7
8
8
// grid settings
9
- gridWidth : 100 ,
10
- gridHeight : 50 ,
9
+ gridWidth : 60 ,
10
+ gridHeight : 30 ,
11
11
12
12
// game settings
13
- generationDuration : 2000 ,
13
+ generationDuration : 1000 ,
14
14
giveCellsEvery : 1 , // generations
15
15
16
16
// player settings
@@ -19,11 +19,11 @@ define([], function() {
19
19
lastSeenTimeout : 180000 ,
20
20
21
21
// server settings
22
- timeBetweenStateUpdates : 10000 ,
22
+ timeBetweenStateUpdates : 5000 ,
23
23
secretToken : "secret witch's brew" ,
24
24
lowestHighScore : 200 ,
25
25
chatLogLength : 175 ,
26
26
chatMessageLength : 140 ,
27
- timeBetweenLatencyTests : 10000
27
+ timeBetweenLatencyTests : 5000
28
28
} ;
29
29
} ) ;
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ html, body {
146
146
}
147
147
148
148
.container {
149
- width : 1001px ;
150
149
margin : 0 auto;
151
150
}
152
151
Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ define([], function() {
3
3
// render settings
4
4
deadCellColor : '#ffffff' ,
5
5
defaultAccentColor : '#000000' ,
6
- cellSize : 9 ,
7
- cellSpacing : 1 ,
6
+ cellSize : 18 ,
7
+ cellSpacing : 2 ,
8
8
tickBarHeight : 5 ,
9
9
10
10
// grid settings
11
- gridWidth : 100 ,
12
- gridHeight : 50 ,
11
+ gridWidth : 60 ,
12
+ gridHeight : 30 ,
13
13
14
14
// game settings
15
- generationDuration : 5000 ,
16
- giveCellsEvery : 6 , // generations
17
- timeBetweenUpdates : 10000 ,
15
+ generationDuration : 1000 ,
16
+ giveCellsEvery : 1 , // generations
17
+ timeBetweenUpdates : 5000 ,
18
18
19
19
// player settings
20
- cellsPerPlayer : 12 ,
20
+ cellsPerPlayer : 1000 ,
21
21
lastSeenTimeout : 180000 ,
22
22
23
23
// chat settings
You can’t perform that action at this time.
0 commit comments