This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-GoogleTrendsGame
mirror of
https://github.com/jrtechs/GoogleTrendsGame.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
added words list
master
ritfsaecdaq
6 years ago
parent
b9a7c2c596
commit
69d067f599
3 changed files
with
3002 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
googletrendsgame/server/server.js
+1
-1
googletrendsgame/server/utils.js
+3000
-0
words/words.txt
+ 1
- 1
googletrendsgame/server/server.js
View File
@ -428,4 +428,4 @@ io.on('connection', function(socket)
http
.
listen
(
port
,
function
(
)
{
console
.
log
(
'listening on *:3000'
)
;
}
)
;
}
)
;
+ 1
- 1
googletrendsgame/server/utils.js
View File
@ -1,6 +1,6 @@
var
fs
=
require
(
'fs'
)
;
const
WORD_FILE_PATH
=
'../word
_
s
election
/words.txt'
;
const
WORD_FILE_PATH
=
'../words/words.txt'
;
//loads words from word file
var
words
=
[
]
;
+ 3000
- 0
words/words.txt
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save