Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option

This commit is contained in:
2025-12-13 14:59:44 +11:00
parent 57f350274e
commit 9465409b2f
1532 changed files with 225509 additions and 19 deletions

33
node_modules/badwords-list/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "badwords-list",
"version": "1.0.0",
"author": "Michael Price <webmech@gmail.com>",
"license": "MIT",
"description": "A highly consumable list of bad (profanity) english words (forked from badwords)",
"main": "./lib/index",
"scripts": {
"test": "./node_modules/.bin/mocha -R nyan"
},
"repository": {
"type": "git",
"url": "git@github.com:web-mech/badwords-list.git"
},
"keywords": [
"bad",
"word",
"words",
"profanity",
"filter",
"blacklist",
"black",
"list",
"swear"
],
"devDependencies":{
"mocha":"1.14.0",
"better-assert":"1.0.0"
},
"bugs": {
"url": "https://github.com/web-mech/badwords-list/issues"
}
}