Browse Source

added words list

master
ritfsaecdaq 6 years ago
parent
commit
69d067f599
3 changed files with 3002 additions and 2 deletions
  1. +1
    -1
      googletrendsgame/server/server.js
  2. +1
    -1
      googletrendsgame/server/utils.js
  3. +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_selection/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


Loading…
Cancel
Save