fifa-api
fifa-api copied to clipboard
React + Node.js + socket.io -- Multiplayer Game server
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...
- [x] Finalize deployment architecture - [ ] Terraform confs - [ ] GCP App Engine yml, if above doesn't work
#### Include tests for - - [ ] Socket-io connections - [ ] Room connection and disconnection logic - [ ] Timer logic for the game - [ ] Dev-Algolia...
**Describe the bug** No search content shows up in search results **To Reproduce** Start the application **Expected behavior** Show list of results **Screenshots** 
* Low priority * Additional options * Assign message codes instead of strings to reduce message size. * Ex: `"ERROR: Message failed" -> 3`
**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...
**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**...