Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyaConrad/Monopoly
/ functions
Functions
364 in github.com/ElyaConrad/Monopoly
⨍
Functions
364
◇
Types & classes
106
↓ 1 callers
Function
getFieldName
(field)
cli/render/text.js:574
↓ 1 callers
Function
getFieldName
(field)
web/js/cli-browser.js:3276
↓ 1 callers
Function
getFieldPieces
(field)
cli/render/text.js:560
↓ 1 callers
Function
getFieldPieces
(field)
web/js/cli-browser.js:3262
↓ 1 callers
Function
getFieldPrice
(field)
cli/render/text.js:556
↓ 1 callers
Function
getFieldPrice
(field)
web/js/cli-browser.js:3258
↓ 1 callers
Method
getGroup
(id)
monopoly-board/board.js:36
↓ 1 callers
Method
getGroup
(id)
web/js/cli-browser.js:3698
↓ 1 callers
Method
getGroup
(id)
web/js/monopoly.js:315
↓ 1 callers
Function
getRandomMove
()
cli/cli.js:230
↓ 1 callers
Function
getRandomMove
()
web/js/cli-browser.js:375
↓ 1 callers
Method
getRent
(ownAmount)
monopoly-board/fields/FieldStation.js:11
↓ 1 callers
Method
getRent
(moveSteps)
monopoly-board/fields/FieldCompany.js:7
↓ 1 callers
Method
getRent
(level)
monopoly-board/fields/FieldStreet.js:19
↓ 1 callers
Method
getRent
(moveSteps)
web/js/cli-browser.js:4161
↓ 1 callers
Method
getRent
(ownAmount)
web/js/cli-browser.js:4261
↓ 1 callers
Method
getRent
(moveSteps)
web/js/monopoly.js:778
↓ 1 callers
Method
getRent
(ownAmount)
web/js/monopoly.js:878
↓ 1 callers
Function
handleFieldMode
()
cli/cli.js:128
↓ 1 callers
Function
handleFieldMode
()
web/js/cli-browser.js:273
↓ 1 callers
Function
hasUnicodeWord
* Checks if `string` contains a word composed of Unicode symbols. * * @private * @param {string} string The string to inspect. * @returns {boolean
web/js/cli-browser.js:1974
↓ 1 callers
Function
indexesOfArray
(array, item, start = 0)
helper.js:93
↓ 1 callers
Function
indexesOfArray
(array, item, start = 0)
web/js/cli-browser.js:3552
↓ 1 callers
Method
initSize
(width = this.width, height = this.height)
cli/render/StringMatrix.js:12
↓ 1 callers
Method
initSize
(width = this.width, height = this.height)
web/js/cli-browser.js:2674
↓ 1 callers
Method
isGrouped
()
web/js/cli-browser.js:1429
↓ 1 callers
Function
isLongOption
* Returns true if the supplied arg is in long (`--one`) format. * @param {string} - the arg to test, e.g. `--one` * @returns {boolean} * @static
web/js/cli-browser.js:729
↓ 1 callers
Function
isNumber
* Returns true if input is a number * @param {*} - the input to test * @returns {boolean} * @static * @example * > t.isNumber(0) * true * > t.i
web/js/cli-browser.js:2459
↓ 1 callers
Function
isNumber
(arg)
web/js/monopoly.js:1268
↓ 1 callers
Function
isObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _
web/js/cli-browser.js:2159
↓ 1 callers
Function
isOption
* Returns true if the supplied arg is in either long (`--one`) or short (`-o`) format. * @param {string} - the arg to test, e.g. `--one` * @returns
web/js/cli-browser.js:719
↓ 1 callers
Function
isSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} valu
web/js/cli-browser.js:2180
↓ 1 callers
Method
moveTo
(target)
Team.js:34
↓ 1 callers
Method
moveTo
(target)
web/js/cli-browser.js:35
↓ 1 callers
Method
nextActions
(actions)
main.js:41
↓ 1 callers
Method
nextActions
(actions)
web/js/cli-browser.js:3641
↓ 1 callers
Method
nextActions
(actions)
web/js/monopoly.js:258
↓ 1 callers
Function
numberFromBits
(bits)
helper.js:61
↓ 1 callers
Function
numberFromBits
(bits)
web/js/cli-browser.js:3520
↓ 1 callers
Method
payTax
(amount)
web/js/monopoly.js:54
↓ 1 callers
Method
replaceAtPos
(str, replaceStr, index)
cli/render/StringMatrix.js:33
↓ 1 callers
Method
replaceAtPos
(str, replaceStr, index)
web/js/cli-browser.js:2695
↓ 1 callers
Method
resetToDefault
()
web/js/cli-browser.js:1548
↓ 1 callers
Function
runClearTimeout
(marker)
web/js/cli-browser.js:4726
↓ 1 callers
Function
s
(o,u)
web/js/cli-browser.js:1
↓ 1 callers
Function
s
(o,u)
web/js/monopoly.js:1
↓ 1 callers
Function
stringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.
web/js/cli-browser.js:1985
↓ 1 callers
Method
transaction
(targetTeam, amount)
Team.js:48
↓ 1 callers
Method
transaction
(targetTeam, amount)
web/js/cli-browser.js:49
↓ 1 callers
Function
unicodeToArray
* Converts a Unicode `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted a
web/js/cli-browser.js:1998
↓ 1 callers
Function
unicodeWords
* Splits a Unicode `string` into an array of its words. * * @private * @param {string} The string to inspect. * @returns {Array} Returns the words
web/js/cli-browser.js:2009
↓ 1 callers
Method
validate
* validate option definitions * @returns {string}
web/js/cli-browser.js:1322
↓ 1 callers
Method
whereDefaultValueSet
()
web/js/cli-browser.js:1439
↓ 1 callers
Method
whereGrouped
()
web/js/cli-browser.js:1433
↓ 1 callers
Method
whereNotGrouped
()
web/js/cli-browser.js:1436
↓ 1 callers
Function
words
* Splits `string` into an array of its words. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [string=''] The stri
web/js/cli-browser.js:2315
Function
Action
()
cli/render/text.js:226
Function
Action
()
web/js/cli-browser.js:2928
Function
Company
()
cli/render/text.js:359
Function
Company
()
web/js/cli-browser.js:3061
Function
EventEmitter
()
web/js/cli-browser.js:4381
Function
EventEmitter
()
web/js/monopoly.js:998
Function
Item
(fun, array)
web/js/cli-browser.js:4811
Function
Station
()
cli/render/text.js:326
Function
Station
()
web/js/cli-browser.js:3028
Function
Street
()
cli/render/text.js:193
Function
Street
()
web/js/cli-browser.js:2895
Function
Tax
()
cli/render/text.js:293
Function
Tax
()
web/js/cli-browser.js:2995
Method
[Symbol.iterator]
* Yields one `{ event, name, value, arg, def }` argInfo object for each arg in `process.argv` (or `options.argv`).
web/js/cli-browser.js:938
Method
action
(actionRecord, team)
web/js/monopoly.js:254
Function
arrayLast
(array)
helper.js:19
Function
arrayLast
(array)
web/js/cli-browser.js:3478
Function
arrayLast
(array)
web/js/monopoly.js:95
Method
buildingAllowed
(team)
monopoly-board/fields/FieldStreet.js:22
Method
buildingAllowed
(team)
web/js/cli-browser.js:4303
Method
buildingAllowed
(team)
web/js/monopoly.js:920
Method
buildingCost
()
monopoly-board/fields/FieldStreet.js:26
Method
buildingCost
()
web/js/cli-browser.js:4307
Method
buildingCost
()
web/js/monopoly.js:924
Method
buy
(field, rules = true)
web/js/monopoly.js:38
Function
callback
()
cli/cli.js:251
Function
callback
()
web/js/cli-browser.js:396
Function
centerLine
(line, width)
web/js/monopoly.js:180
Function
char
()
cli/render/text.js:652
Function
char
()
web/js/cli-browser.js:3354
Function
cleanUpNextTick
()
web/js/cli-browser.js:4758
Method
collection
()
monopoly-board/fields/Field.js:15
Method
collection
()
web/js/cli-browser.js:4111
Method
collection
()
web/js/monopoly.js:728
Method
collectionOwner
()
monopoly-board/fields/Field.js:23
Method
collectionOwner
()
web/js/cli-browser.js:4119
Method
collectionOwner
()
web/js/monopoly.js:736
Method
collections
()
Team.js:64
Method
collections
()
web/js/cli-browser.js:65
Method
collections
()
web/js/monopoly.js:65
Method
constructor
(options = {})
main.js:8
Method
constructor
(game, index, wallet = 0)
Team.js:2
Method
constructor
(options)
monopoly-board/board.js:6
Method
constructor
(details, board)
monopoly-board/fields/FieldPolice.js:4
← previous
next →
101–200 of 364, ranked by callers