mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 16:05:59 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
57
node_modules/badwords-list/README.md
generated
vendored
Normal file
57
node_modules/badwords-list/README.md
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
badwords-list v1.0.0
|
||||
========
|
||||
|
||||
A highly consumable list of bad (profanity) english words based on the nice short and simple list found in [Google's "what do you love" project](http://www.wdyl.com/) made accessable by [Jamie Wilkinson](https://gist.github.com/jamiew) [here](https://gist.github.com/jamiew/1112488)
|
||||
|
||||
Inspired by [badwords](https://github.com/MauriceButler/badwords)
|
||||
|
||||
This data has been exposed as an object that contains
|
||||
|
||||
- an array
|
||||
- an object
|
||||
- a regular expression
|
||||
|
||||
depending on what is required for your purposes.
|
||||
|
||||
|
||||
Install
|
||||
=======
|
||||
|
||||
npm install badwords-list
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
```
|
||||
var list = require('badwords-list'),
|
||||
array = list.array,
|
||||
object = list.object,
|
||||
regex = list.regex;
|
||||
```
|
||||
|
||||
Testing
|
||||
=======
|
||||
|
||||
####Requires
|
||||
- Mocha
|
||||
- better-assert
|
||||
|
||||
|
||||
```
|
||||
npm test
|
||||
```
|
||||
|
||||
**or**
|
||||
|
||||
```
|
||||
REPORTER=spec make
|
||||
```
|
||||
|
||||
**or**
|
||||
|
||||
```
|
||||
mocha
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user