fifa-api icon indicating copy to clipboard operation
fifa-api copied to clipboard

React + Node.js + socket.io -- Multiplayer Game server

Results 19 fifa-api issues
Sort by recently updated
recently updated
newest added

https://github.com/sauravhiremath/fifa-api/blob/e01079ac993f94f33589c7753bebb6e61ee592e6/src/socker/roomManager.js#L23 https://github.com/sauravhiremath/fifa-api/blob/e01079ac993f94f33589c7753bebb6e61ee592e6/src/socker/roomManager.js#L58 https://github.com/sauravhiremath/fifa-api/blob/e01079ac993f94f33589c7753bebb6e61ee592e6/src/socker/roomManager.js#L96 Accessing properties like in line 96 will no affect all running socket servers. Values will be available only inside single server :c

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

enhancement
good first issue
hacktoberfest-accepted

- [x] Finalize deployment architecture - [ ] Terraform confs - [ ] GCP App Engine yml, if above doesn't work

enhancement
help wanted
hacktoberfest-accepted

#### Include tests for - - [ ] Socket-io connections - [ ] Room connection and disconnection logic - [ ] Timer logic for the game - [ ] Dev-Algolia...

documentation
enhancement
good first issue

**Describe the bug** No search content shows up in search results **To Reproduce** Start the application **Expected behavior** Show list of results **Screenshots** ![image](https://user-images.githubusercontent.com/44335666/117586582-acc6eb80-b136-11eb-92b3-4e306fb0f910.png)

bug

* Low priority * Additional options * Assign message codes instead of strings to reduce message size. * Ex: `"ERROR: Message failed" -> 3`

enhancement
hacktoberfest

**Is your feature request related to a problem? Please describe.** The gameplay continues even after the draft ends. Causing the chatbox to populate unnecessarily **Describe the solution you'd like** Add...

enhancement
hacktoberfest

**Describe the bug** Currently, only the player having the current chance can see the time remaining, broadcast this event to all users instead of only the current picker. **To Reproduce**...

bug
hacktoberfest